We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d18e60 commit 170cd96Copy full SHA for 170cd96
1 file changed
docs/content/guide/$location.ngdoc
@@ -301,7 +301,7 @@ it('should show example', inject(
301
### Fallback for legacy browsers
302
303
For browsers that support the HTML5 history API, `$location` uses the HTML5 history API to write
304
-path and search. If the history API is not supported by a browser, `$location` supplies a Hasbang
+path and search. If the history API is not supported by a browser, `$location` supplies a Hashbang
305
URL. This frees you from having to worry about whether the browser viewing your app supports the
306
history API or not; the `$location` service makes this transparent to you.
307
0 commit comments