Skip to content

Commit

Permalink
Update first-widgets.md
Browse files Browse the repository at this point in the history
Typo with date in first-widgets
  • Loading branch information
spector700 authored Jan 3, 2024
1 parent 2e423c3 commit 0216c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/config/first-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ What you want to do is move the date into a `Variable` and `bind` it.
import Variable from 'resource:///com/github/Aylur/ags/variable.js';

const date = Variable('', {
poll: [1000, 'data'],
poll: [1000, 'date'],
});

const Bar = () => Widget.Window({
Expand Down

0 comments on commit 0216c6f

Please sign in to comment.