diff --git a/scripts/uncompressed/history.js b/scripts/uncompressed/history.js index 81fbb2a1..e788f4a0 100644 --- a/scripts/uncompressed/history.js +++ b/scripts/uncompressed/history.js @@ -1778,7 +1778,7 @@ // Check the State if ( History.getHashByUrl(url) && History.emulated.pushState ) { - 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).'); } // Handle Queueing @@ -1835,7 +1835,7 @@ // Check the State if ( History.getHashByUrl(url) && History.emulated.pushState ) { - 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).'); } // Handle Queueing