Skip to content

Commit 77eada7

Browse files
authored
Merge pull request #21252 from emberjs/fix-typo-in-hash-location-docs
2 parents f9c4357 + 05801d9 commit 77eada7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ember/routing/hash-location.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default class HashLocation extends EmberObject implements EmberLocation {
7777
outPath = '/';
7878

7979
// Only add the # if the path isn't empty.
80-
// We do NOT want `/#` since the ampersand
80+
// We do NOT want `/#` since the hash
8181
// is only included (conventionally) when
8282
// the location.hash has a value
8383
if (originalPath) {

0 commit comments

Comments
 (0)