File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1226,9 +1226,9 @@ class Component {
1226
1226
* {@link Component#dispose} gets called.
1227
1227
* 2. The function callback will gets turned into a {@link Component~GenericCallback}
1228
1228
*
1229
- * > Note: You can use `window.clearTimeout` on the id returned by this function. This
1229
+ * > Note: You can't use `window.clearTimeout` on the id returned by this function. This
1230
1230
* will cause its dispose listener not to get cleaned up! Please use
1231
- * {@link Component#clearTimeout} or {@link Component#dispose}.
1231
+ * {@link Component#clearTimeout} or {@link Component#dispose} instead .
1232
1232
*
1233
1233
* @param {Component~GenericCallback } fn
1234
1234
* The function that will be run after `timeout`.
You can’t perform that action at this time.
0 commit comments