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

Commit c393d62

Browse files
johnlindquistIgorMinar
authored andcommitted
"makes make" -> "makes"
1 parent b94fb5c commit c393d62

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
@@ -14,7 +14,7 @@
1414
*
1515
* Once scenario in which the use of `ngBind` is prefered over `{{ expression }}` binding is when
1616
* 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 make the
17+
* 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.
1919
*
2020
* An alternative solution to this problem would be using the

0 commit comments

Comments
 (0)