diff options
| author | Pascal Borreli | 2013-03-21 19:09:47 +0000 | 
|---|---|---|
| committer | Pawel Kozlowski | 2013-03-29 23:14:55 +0100 | 
| commit | 9480136d9f062ec4b8df0a35914b48c0d61e0002 (patch) | |
| tree | 5d345c7be4f20b4ad688ede7ed6be4147a91cb45 /src/ng/directive/ngCloak.js | |
| parent | 4ae46814ff4e7c0bbcdbbefc0a97277283a84065 (diff) | |
| download | angular.js-9480136d9f062ec4b8df0a35914b48c0d61e0002.tar.bz2 | |
docs(*): fixed typos
Diffstat (limited to 'src/ng/directive/ngCloak.js')
| -rw-r--r-- | src/ng/directive/ngCloak.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index 0455dcc9..d46a24f2 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -10,7 +10,7 @@   * directive to avoid the undesirable flicker effect caused by the html template display.   *   * The directive can be applied to the `<body>` element, but typically a fine-grained application is - * prefered in order to benefit from progressive rendering of the browser view. + * preferred in order to benefit from progressive rendering of the browser view.   *   * `ngCloak` works in cooperation with a css rule that is embedded within `angular.js` and   *  `angular.min.js` files. Following is the css rule: | 
