From 6b82870912bccb15f6cc07aaec9798666c5f8e92 Mon Sep 17 00:00:00 2001 From: Po Chen Date: Mon, 20 Oct 2014 22:50:26 +1100 Subject: [PATCH] Fix a typo --- 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 e294e25fd0cc..84d3c930dc99 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. ``)