Skip to content

Commit 8eef026

Browse files
committed
Merge pull request #265 from alexanderdickson/patch-1
Fixed typo in error thrown
2 parents 3cbe016 + 32dad75 commit 8eef026

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)