We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da6b12 commit 4c7baf9Copy full SHA for 4c7baf9
src/ng/directive/ngBind.js
@@ -12,7 +12,7 @@
12
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
13
* `{{ expression }}` which is similar but less verbose.
14
*
15
- * Once scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
+ * One scenario in which the use of `ngBind` is preferred over `{{ expression }}` binding is when
16
* it's desirable to put bindings into template that is momentarily displayed by the browser in its
17
* raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the
18
* bindings invisible to the user while the page is loading.
0 commit comments