docs(booleanAttrs): fix typo

This commit is contained in:
Sekib Omazic
2014-03-08 22:04:58 +01:00
committed by Vojta Jina
parent 8ba452544e
commit c0416866f5
+1 -1
View File
@@ -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.
*