Skip to content

Commit 418ffcc

Browse files
swami-sanapathialxhub
authored andcommitted
docs: correct HashLocationStrategy example url (angular#57908)
PR Close angular#57908
1 parent 5f356fc commit 418ffcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/location/location_strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {joinWithSlash, normalizeQueryParams} from './util';
2222
* interact with application route state.
2323
*
2424
* For instance, `HashLocationStrategy` produces URLs like
25-
* <code class="no-auto-link">http://example.com#/foo</code>,
25+
* <code class="no-auto-link">http://example.com/#/foo</code>,
2626
* and `PathLocationStrategy` produces
2727
* <code class="no-auto-link">http://example.com/foo</code> as an equivalent URL.
2828
*

0 commit comments

Comments
 (0)