docs(ngBind): fix typo

`preferrable` -> `preferable`

Typo fixed

Closes #6606
This commit is contained in:
Sekib Omazic
2014-03-07 23:13:03 +01:00
committed by Caitlin Potter
parent 21243d62a2
commit 9c353b4f17

View File

@@ -13,7 +13,7 @@
* Typically, you don't use `ngBind` directly, but instead you use the double curly markup like
* `{{ expression }}` which is similar but less verbose.
*
* It is preferrable to use `ngBind` instead of `{{ expression }}` when a template is momentarily
* It is preferable to use `ngBind` instead of `{{ expression }}` when a template is momentarily
* displayed by the browser in its 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.
*