aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/window.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/window.js')
-rw-r--r--src/ng/window.js2
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.