From bfa399d72557f5c2fcda209a3433d01733a3c978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandru=20M=C4=83r=C4=83=C8=99teanu?= Date: Sat, 8 Nov 2025 09:14:28 +0000 Subject: [PATCH] fix(docs): initialise data, fix typo in x-on example --- packages/docs/src/en/directives/on.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/docs/src/en/directives/on.md b/packages/docs/src/en/directives/on.md index 7ccf7a0ec..b01747dc7 100644 --- a/packages/docs/src/en/directives/on.md +++ b/packages/docs/src/en/directives/on.md @@ -113,8 +113,9 @@ Here's an example of a button that changes behaviour when the `Shift` key is hel ```alpine @@ -124,6 +125,7 @@ Here's an example of a button that changes behaviour when the `Shift` key is hel