Skip to content

Commit 55f8281

Browse files
committed
fix tests
1 parent b7cc058 commit 55f8281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/bind-to-global-js-values.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some JS values, like `setTimeout`, live in the global scope. You can bind to the
2222

2323
</CodeTab>
2424

25-
(We already provide `setTimeout`, `clearTimeout` and others in the [Core API](api/Core) module).
25+
(We already provide `setTimeout`, `clearTimeout` and others in the [Core API](api/core) module).
2626

2727
This binds to the JavaScript [`setTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrworkerGlobalScope/setTimeout) methods and the corresponding `clearTimeout`. The `external`'s type annotation specifies that `setTimeout`:
2828

0 commit comments

Comments
 (0)