aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 15:59:18 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-18 15:59:18 +0200
commit3d2371f58c350453045b76084165219a6f8d063c (patch)
tree0694909781f0b8e551c5da09bfa0a9089f8cbcf7 /js
parent8fc2ec92389a47fae21878c76dad9efe54c9041e (diff)
downloadfosdem-2021-minimalism-presentation-3d2371f58c350453045b76084165219a6f8d063c.tar
fosdem-2021-minimalism-presentation-3d2371f58c350453045b76084165219a6f8d063c.tar.gz
bundle html inside of notes.js, no more need for relatively locating external html
Diffstat (limited to 'js')
-rw-r--r--js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js
index ff6f633..db5577d 100644
--- a/js/index.js
+++ b/js/index.js
@@ -16,7 +16,7 @@ let Reveal = Deck;
/**
* The below is a thin shell that mimics the pre 4.0
* reveal.js API and ensures backwards compatibility.
- * This API only allows for once Reveal instance per
+ * This API only allows for one Reveal instance per
* page, whereas the new API above lets you run many
* presentations on the same page.
*