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.
1 parent 3cbe016 commit 32dad75Copy full SHA for 32dad75
scripts/uncompressed/history.js
@@ -1700,7 +1700,7 @@
1700
1701
// Check the State
1702
if ( History.getHashByUrl(url) && History.emulated.pushState ) {
1703
- throw new Error('History.js does not support states with fragement-identifiers (hashes/anchors).');
+ throw new Error('History.js does not support states with fragment-identifiers (hashes/anchors).');
1704
}
1705
1706
// Handle Queueing
0 commit comments