Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 303610c

Browse files
princemaplepetebacondarwin
authored andcommitted
docs(guide/location): fix a typo
Closes #9693
1 parent 1025f6e commit 303610c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/$location.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ reload to the original link.
332332
Be sure to check all relative links, images, scripts etc. Angular requires you to specify the url
333333
base in the head of your main html file (`<base href="/my-base">`) unless `html5Mode.requireBase` is
334334
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
335+
that, relative urls will always be resolved to this base url, even if the initial url of the
336336
document was different.
337337

338338
There is one exception: Links that only contain a hash fragment (e.g. `<a href="#target">`)

0 commit comments

Comments
 (0)