diff options
| author | Anthony Lieuallen | 2011-04-15 16:01:47 -0400 |
|---|---|---|
| committer | Anthony Lieuallen | 2011-04-15 16:01:47 -0400 |
| commit | e7c22e8153aaed4257d5b86cb74783b68a7af6f6 (patch) | |
| tree | b2a9d49f970fd04e206060877de352a91e4414f1 | |
| parent | b2dc2ce0b5913c6aa2baf5f5e305a57dd326e6fc (diff) | |
| download | angular.js-e7c22e8153aaed4257d5b86cb74783b68a7af6f6.tar.bz2 | |
spelling fix
| -rw-r--r-- | docs/angular.attrMarkup.ngdoc | 2 |
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){ |
