Skip to content

Commit

Permalink
docs(plugins): fix typo in the plugins guide (#7405)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaizFerri authored Aug 30, 2021
1 parent 5cab85f commit 3ea078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ For any given plugin initialization, there are four events to be aware of:
* `beforepluginsetup`: Triggered immediately before any plugin is initialized.
* `beforepluginsetup:examplePlugin` Triggered immediately before the `examplePlugin` is initialized.
* `pluginsetup`: Triggered after any plugin is initialized.
* `pluginsetup:examplePlugin`: Triggered after he `examplePlugin` is initialized.
* `pluginsetup:examplePlugin`: Triggered after the `examplePlugin` is initialized.

These events work for both basic and advanced plugins. They are triggered on the player and each includes an object of [extra event data](#extra-event-data) as a second argument to its listeners.

Expand Down

0 comments on commit 3ea078d

Please sign in to comment.