From d0bbf5b98e0e7b5d8d806337106aaa03857578fa Mon Sep 17 00:00:00 2001 From: Kevin Primat Date: Sun, 21 Dec 2014 23:03:21 -0800 Subject: [PATCH] Add 'the' to a sentence The sentence was missing a definite article so was unclear. Added one to clarify. --- docs/content/guide/$location.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index 7c76f72c2eba..949e3d8c79f7 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -358,7 +358,7 @@ legacy browsers and hashbang links in modern browser: Here you can see two `$location` instances, both in **Html5 mode**, but on different browsers, so that you can see the differences. These `$location` services are connected to a fake browsers. Each -input represents address bar of the browser. +input represents the address bar of the browser. Note that when you type hashbang url into first browser (or vice versa) it doesn't rewrite / redirect to regular / hashbang url, as this conversion happens only during parsing the initial URL