Skip to content

Commit 4c7baf9

Browse files
Michal Reichertpetebacondarwin
Michal Reichert
authored andcommitted
docs(ngBind): fix typo
1 parent 5da6b12 commit 4c7baf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngBind.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
1313
* `{{ expression }}` which is similar but less verbose.
1414
*
15-
* Once scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
15+
* One scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
1616
* it's desirable to put bindings into template that is momentarily displayed by the browser in its
1717
* raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the
1818
* bindings invisible to the user while the page is loading.

0 commit comments

Comments
 (0)