Skip to content

Commit

Permalink
Update utils.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aylur authored Mar 21, 2024
1 parent 238e57b commit a548ffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/config/utils.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
/---
title: Utils
description: Utility functions
---
Expand Down Expand Up @@ -201,7 +201,7 @@ when the widget is destroyed

```js
const widget = Widget.Label()
const id = Utils.interval(1000, () => {}, label)
const id = Utils.interval(1000, () => {}, widget)
widget.destroy()
```

Expand Down

0 comments on commit a548ffe

Please sign in to comment.