Skip to content

Commit a548ffe

Browse files
authored
Update utils.md
1 parent 238e57b commit a548ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/config/utils.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
/---
22
title: Utils
33
description: Utility functions
44
---
@@ -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)