aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSekib Omazic2014-03-08 22:04:58 +0100
committerVojta Jina2014-03-21 11:42:17 -0700
commitc0416866f597e489c6c332f3f53dd15d515baf31 (patch)
treede0e8967c75062355b3b5f8703f595681f3ce379
parent8ba452544e44123401e79fd5ab40e0a8ed93ef17 (diff)
downloadangular.js-c0416866f597e489c6c332f3f53dd15d515baf31.tar.bz2
docs(booleanAttrs): fix typo
-rw-r--r--src/ng/directive/booleanAttrs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js
index 50f118d4..e98a6103 100644
--- a/src/ng/directive/booleanAttrs.js
+++ b/src/ng/directive/booleanAttrs.js
@@ -277,7 +277,7 @@
* such as selected. (Their presence means true and their absence means false.)
* If we put an Angular interpolation expression into such an attribute then the
* binding information would be lost when the browser removes the attribute.
- * The `ngSelected` directive solves this problem for the `selected` atttribute.
+ * The `ngSelected` directive solves this problem for the `selected` attribute.
* This complementary directive is not removed by the browser and so provides
* a permanent reliable place to store the binding information.
*