1
0
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:
Adrian Saiz 2021-08-30 17:38:32 +01:00 committed by GitHub
parent 5cab85f993
commit 3ea078d40b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.