Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9202767

Browse files
SekibOmazicbtford
authored andcommitted
docs(booleanAttrs): fix typo
1 parent 7fb8869 commit 9202767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/booleanAttrs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
* such as selected. (Their presence means true and their absence means false.)
278278
* If we put an Angular interpolation expression into such an attribute then the
279279
* binding information would be lost when the browser removes the attribute.
280-
* The `ngSelected` directive solves this problem for the `selected` atttribute.
280+
* The `ngSelected` directive solves this problem for the `selected` attribute.
281281
* This complementary directive is not removed by the browser and so provides
282282
* a permanent reliable place to store the binding information.
283283
*

0 commit comments

Comments
 (0)