1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-30 03:10:37 +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

@@ -12,7 +12,7 @@ export default class Plugins {
// Flags our current state (idle -> loading -> loaded)
this.state = 'idle';
// An id:instance map of currently registed plugins
// An id:instance map of currently registered plugins
this.registeredPlugins = {};
this.asyncDependencies = [];
@@ -171,7 +171,7 @@ export default class Plugins {
/**
* Registers a new plugin with this reveal.js instance.
*
* reveal.js waits for all regisered plugins to initialize
* reveal.js waits for all registered plugins to initialize
* before considering itself ready, as long as the plugin
* is registered before calling `Reveal.initialize()`.
*/