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/window.js | |
| parent | 4ae46814ff4e7c0bbcdbbefc0a97277283a84065 (diff) | |
| download | angular.js-9480136d9f062ec4b8df0a35914b48c0d61e0002.tar.bz2 | |
docs(*): fixed typos
Diffstat (limited to 'src/ng/window.js')
| -rw-r--r-- | src/ng/window.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/window.js b/src/ng/window.js index a23d2306..8eec7cba 100644 --- a/src/ng/window.js +++ b/src/ng/window.js @@ -8,7 +8,7 @@ * A reference to the browser's `window` object. While `window` * is globally available in JavaScript, it causes testability problems, because * it is a global variable. In angular we always refer to it through the - * `$window` service, so it may be overriden, removed or mocked for testing. + * `$window` service, so it may be overridden, removed or mocked for testing. * * All expressions are evaluated with respect to current scope so they don't * suffer from window globality. |
