Skip to content

Commit e5bc96e

Browse files
committed
chore: update links
1 parent 975ae1d commit e5bc96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/reactivity-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Runs a function immediately while reactively tracking its dependencies and re-ru
329329
})
330330
```
331331
332-
Stopping the watchers with `AbortController`: <sup class="vt-badge" data-text="3.6+" />
332+
Stopping the watchers with [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController): <sup class="vt-badge" data-text="3.6+" />
333333
334334
```js
335335
const controller = new AbortController()

0 commit comments

Comments
 (0)