Skip to content

Commit 32dad75

Browse files
Fixed typo in error thrown
1 parent 3cbe016 commit 32dad75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/uncompressed/history.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@
17001700

17011701
// Check the State
17021702
if ( History.getHashByUrl(url) && History.emulated.pushState ) {
1703-
throw new Error('History.js does not support states with fragement-identifiers (hashes/anchors).');
1703+
throw new Error('History.js does not support states with fragment-identifiers (hashes/anchors).');
17041704
}
17051705

17061706
// Handle Queueing

0 commit comments

Comments
 (0)