Skip to content

Commit 4c8b68e

Browse files
committed
update utils.md
1 parent 238e57b commit 4c8b68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/config/utils.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ when the widget is destroyed
201201

202202
```js
203203
const widget = Widget.Label()
204-
const id = Utils.interval(1000, () => {}, label)
204+
const id = Utils.interval(1000, () => {}, widget)
205205
widget.destroy()
206206
```
207207

0 commit comments

Comments
 (0)