mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
docs(plugins): fix typo in the plugins guide (#7405)
This commit is contained in:
parent
5cab85f993
commit
3ea078d40b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user