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

Commit 27b3ea4

Browse files
Doubleliftbtford
authored andcommitted
docs(guide/$location): improve readability
1 parent ffc32b4 commit 27b3ea4

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
@@ -245,7 +245,7 @@ it('should show example', inject(
245245
## HTML5 mode
246246

247247
In HTML5 mode, the `$location` service getters and setters interact with the browser URL address
248-
through the HTML5 history API, which allows for use of regular URL path and search segments,
248+
through the HTML5 history API. This allows for use of regular URL path and search segments,
249249
instead of their hashbang equivalents. If the HTML5 History API is not supported by a browser, the
250250
`$location` service will fall back to using the hashbang URLs automatically. This frees you from
251251
having to worry about whether the browser displaying your app supports the history API or not; the

0 commit comments

Comments
 (0)