We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c4357 + 05801d9 commit 77eada7Copy full SHA for 77eada7
packages/@ember/routing/hash-location.ts
@@ -77,7 +77,7 @@ export default class HashLocation extends EmberObject implements EmberLocation {
77
outPath = '/';
78
79
// Only add the # if the path isn't empty.
80
- // We do NOT want `/#` since the ampersand
+ // We do NOT want `/#` since the hash
81
// is only included (conventionally) when
82
// the location.hash has a value
83
if (originalPath) {
0 commit comments