From 9c353b4f17ce4892cac482ae46f76d3bef648e2c Mon Sep 17 00:00:00 2001 From: Sekib Omazic Date: Fri, 7 Mar 2014 23:13:03 +0100 Subject: docs(ngBind): fix typo `preferrable` -> `preferable` Typo fixed Closes #6606 --- src/ng/directive/ngBind.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. * -- cgit v1.2.3