We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1025f6e commit 303610cCopy full SHA for 303610c
docs/content/guide/$location.ngdoc
@@ -332,7 +332,7 @@ reload to the original link.
332
Be sure to check all relative links, images, scripts etc. Angular requires you to specify the url
333
base in the head of your main html file (`<base href="/my-base">`) unless `html5Mode.requireBase` is
334
set to `false` in the html5Mode definition object passed to `$locationProvider.html5Mode()`. With
335
-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
336
document was different.
337
338
There is one exception: Links that only contain a hash fragment (e.g. `<a href="#target">`)
0 commit comments