mirror of
https://github.com/videojs/video.js.git
synced 2025-01-27 11:22:06 +02:00
docs(component): fix typo (#5226)
This commit is contained in:
parent
702acdb6a1
commit
a3fd06a1a8
@ -1226,9 +1226,9 @@ class Component {
|
||||
* {@link Component#dispose} gets called.
|
||||
* 2. The function callback will gets turned into a {@link Component~GenericCallback}
|
||||
*
|
||||
* > Note: You can use `window.clearTimeout` on the id returned by this function. This
|
||||
* > Note: You can't use `window.clearTimeout` on the id returned by this function. This
|
||||
* will cause its dispose listener not to get cleaned up! Please use
|
||||
* {@link Component#clearTimeout} or {@link Component#dispose}.
|
||||
* {@link Component#clearTimeout} or {@link Component#dispose} instead.
|
||||
*
|
||||
* @param {Component~GenericCallback} fn
|
||||
* The function that will be run after `timeout`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user