diff options
author | Hakim El Hattab | 2019-06-10 07:41:07 +0200 |
---|---|---|
committer | Hakim El Hattab | 2019-06-10 07:41:07 +0200 |
commit | bd3758a4df0cef60c984551ad413df7a90862b2b (patch) | |
tree | 12bdacd1c8f61eb8bc2c3690a70c7a1b426a6c22 | |
parent | 5fb743e65e1da9cfc30b169d026e870878840124 (diff) |
readme tweak
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1292,7 +1292,7 @@ Reveal.addEventListener( 'ready', () => console.log( 'Three seconds later...' ) Reveal.initialize(); ``` -Note that reveal.js will *not* wait for the fullfillment of init promises if your plugin is loaded as an [async dependency](#dependencies). If the plugin's init method does _not_ return a Promise, the plugin is considered ready right away and will not hold up the reveal.js startup sequence. +Note that reveal.js will *not* wait for init Promise fullfillment if the plugin is loaded as an [async dependency](#dependencies). If the plugin's init method does _not_ return a Promise, the plugin is considered ready right away and will not hold up the reveal.js startup sequence. ### Retrieving Plugins |