1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

Fixes typos

This commit is contained in:
Andreas Deininger
2023-01-25 14:13:31 +01:00
parent 447fefd31c
commit 32a16295c3
5 changed files with 12 additions and 12 deletions

View File

@@ -139,7 +139,7 @@ export default class Location {
let hash = this.getHash();
// If we're configured to push to history OR the history
// API is not avaialble.
// API is not available.
if( config.history ) {
window.location.hash = hash;
}