We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702acdb commit a3fd06aCopy full SHA for a3fd06a
src/js/component.js
@@ -1226,9 +1226,9 @@ class Component {
1226
* {@link Component#dispose} gets called.
1227
* 2. The function callback will gets turned into a {@link Component~GenericCallback}
1228
*
1229
- * > 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
1230
* will cause its dispose listener not to get cleaned up! Please use
1231
- * {@link Component#clearTimeout} or {@link Component#dispose}.
+ * {@link Component#clearTimeout} or {@link Component#dispose} instead.
1232
1233
* @param {Component~GenericCallback} fn
1234
* The function that will be run after `timeout`.
0 commit comments