docs(ngBind): "makes make" -> "makes"

This commit is contained in:
johnlindquist 2012-04-12 16:23:34 -06:00 committed by Igor Minar
parent b94fb5c8c1
commit 0c7252f929

View file

@ -14,7 +14,7 @@
*
* Once scenario in which the use of `ngBind` is prefered over `{{ expression }}` binding is when
* it's desirable to put bindings into template that is momentarily displayed by the browser in its
* raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes make the
* raw state before Angular compiles it. Since `ngBind` is an element attribute, it makes the
* bindings invisible to the user while the page is loading.
*
* An alternative solution to this problem would be using the