From 0216c6fb7ae631ba779059d7ae3c83c744125660 Mon Sep 17 00:00:00 2001 From: Nick <72362399+spector700@users.noreply.github.com> Date: Tue, 2 Jan 2024 21:14:44 -0600 Subject: [PATCH] Update first-widgets.md Typo with date in first-widgets --- src/content/docs/config/first-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/config/first-widgets.md b/src/content/docs/config/first-widgets.md index 6eda210..89f6b52 100644 --- a/src/content/docs/config/first-widgets.md +++ b/src/content/docs/config/first-widgets.md @@ -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({