Skip to content

Commit 05801d9

Browse files
committed
[DOC] correct typo in HashLocation.getURL
1 parent 0531e62 commit 05801d9

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)