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. ``)