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

Commit cfc6175

Browse files
SekibOmazicIgorMinar
authored andcommitted
docs(ngBind): fix typo
`preferrable` -> `preferable` Typo fixed Closes #6606
1 parent dc39f36 commit cfc6175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngBind.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
1414
* `{{ expression }}` which is similar but less verbose.
1515
*
16-
* It is preferrable to use `ngBind` instead of `{{ expression }}` when a template is momentarily
16+
* It is preferable to use `ngBind` instead of `{{ expression }}` when a template is momentarily
1717
* displayed by the browser in its raw state before Angular compiles it. Since `ngBind` is an
1818
* element attribute, it makes the bindings invisible to the user while the page is loading.
1919
*

0 commit comments

Comments
 (0)