diff options
| author | Sekib Omazic | 2014-03-07 23:13:03 +0100 |
|---|---|---|
| committer | Igor Minar | 2014-03-11 10:35:42 -0700 |
| commit | cfc6175aabb9f052603af352836a199232e69364 (patch) | |
| tree | fcbab65be166dcde389f1801e28ba2eccb48e115 /src/ng/directive/ngBind.js | |
| parent | dc39f368c359508078997d56fba4eaa641bcaa83 (diff) | |
| download | angular.js-cfc6175aabb9f052603af352836a199232e69364.tar.bz2 | |
docs(ngBind): fix typo
`preferrable` -> `preferable`
Typo fixed
Closes #6606
Diffstat (limited to 'src/ng/directive/ngBind.js')
| -rw-r--r-- | src/ng/directive/ngBind.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index ba4968d1..d2a9c2f1 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -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. * |
