From 303610c7439c05f9d75235de89d3b11cef78788a Mon Sep 17 00:00:00 2001 From: Po Chen Date: Mon, 20 Oct 2014 22:50:26 +1100 Subject: [PATCH] docs(guide/location): fix a typo Closes #9693 --- 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 e294e25f..84d3c930 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -332,7 +332,7 @@ reload to the original link. Be sure to check all relative links, images, scripts etc. Angular requires you to specify the url base in the head of your main html file (``) unless `html5Mode.requireBase` is set to `false` in the html5Mode definition object passed to `$locationProvider.html5Mode()`. With -that, relative urls will always be resolved to this base url, event if the initial url of the +that, relative urls will always be resolved to this base url, even if the initial url of the document was different. There is one exception: Links that only contain a hash fragment (e.g. ``)