Skip to content

Commit

Permalink
fix: correct the method name (mdn#36199)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Oct 5, 2024
1 parent ea1b9f2 commit 1b45c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/window/clearinterval/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It's worth noting that the pool of IDs used by
{{domxref("Window.setInterval", "setInterval()")}} and
{{domxref("setTimeout()")}} are shared, which
means you can technically use `clearInterval()` and
{{domxref("Window.clearInterval", "clearInterval()")}} interchangeably.
{{domxref("clearTimeout()")}} interchangeably.
However, for clarity, you should avoid doing so.

### Return value
Expand Down

0 comments on commit 1b45c29

Please sign in to comment.