Skip to content

Commit

Permalink
Merge pull request #3 from spector700/patch-1
Browse files Browse the repository at this point in the history
first-widgets: fix typo
  • Loading branch information
Aylur authored Jan 3, 2024
2 parents 2e423c3 + 0216c6f commit 2ddb3af
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 2ddb3af

Please sign in to comment.