aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Lieuallen2011-04-15 16:01:47 -0400
committerAnthony Lieuallen2011-04-15 16:01:47 -0400
commite7c22e8153aaed4257d5b86cb74783b68a7af6f6 (patch)
treeb2a9d49f970fd04e206060877de352a91e4414f1
parentb2dc2ce0b5913c6aa2baf5f5e305a57dd326e6fc (diff)
downloadangular.js-e7c22e8153aaed4257d5b86cb74783b68a7af6f6.tar.bz2
spelling fix
-rw-r--r--docs/angular.attrMarkup.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/angular.attrMarkup.ngdoc b/docs/angular.attrMarkup.ngdoc
index f73a5b42..aad20866 100644
--- a/docs/angular.attrMarkup.ngdoc
+++ b/docs/angular.attrMarkup.ngdoc
@@ -4,7 +4,7 @@
@description
Attribute markup extends the angular compiler in a very similar way as {@link angular.markup} except
-that it allows you to modify the state of the attribute text rather then the contest of a node.
+that it allows you to modify the state of the attribute text rather then the content of a node.
<pre>
angular.attrMarkup('extraClass', function(attrValue, attrName, element){