aboutsummaryrefslogtreecommitdiffstats
path: root/src/Browser.js
diff options
context:
space:
mode:
authordandoyon2011-07-29 18:42:16 -0700
committerIgor Minar2011-08-18 23:24:08 -0700
commita01cf6d39e30598bb0145e619515c69b6aac09e9 (patch)
tree3098ed2ada9a4be843a2e2a12e8c257e7f7fc32f /src/Browser.js
parentf93e9bfa81333654b915ca83294a2d3d357c73a2 (diff)
downloadangular.js-a01cf6d39e30598bb0145e619515c69b6aac09e9.tar.bz2
doc(typos): fix couple of typos in the docs
Minor documentation fixes. Should not be any code changes. One test changed due to dependency on text in documentation.
Diffstat (limited to 'src/Browser.js')
-rw-r--r--src/Browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Browser.js b/src/Browser.js
index 04025308..815b6b24 100644
--- a/src/Browser.js
+++ b/src/Browser.js
@@ -239,7 +239,7 @@ function Browser(window, document, body, XHR, $log) {
* The listener gets called with either HashChangeEvent object or simple object that also contains
* `oldURL` and `newURL` properties.
*
- * NOTE: this api is intended for use only by the $location service. Please use the
+ * Note: this api is intended for use only by the $location service. Please use the
* {@link angular.service.$location $location service} to monitor hash changes in angular apps.
*
* @param {function(event)} listener Listener function to be called when url hash changes.