From cdbaa65d169e5bac6257ab69732be3258f5f48eb Mon Sep 17 00:00:00 2001 From: Kyrian Obikwelu <48791154+CodeWithKyrian@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:31:40 +0100 Subject: [PATCH] Fix typo: Rename x-alpine to x-anchor --- packages/docs/src/en/plugins/anchor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/en/plugins/anchor.md b/packages/docs/src/en/plugins/anchor.md index ce653bc87..d1cf7bd14 100644 --- a/packages/docs/src/en/plugins/anchor.md +++ b/packages/docs/src/en/plugins/anchor.md @@ -146,7 +146,7 @@ You can add an offset to your anchored element using the `.offset.[px value]` mo ## Manual styling -By default, `x-alpine` applies the positioning styles to your element under the hood. If you'd prefer full control over styling, you can pass the `.no-style` modifer and use the `$anchor` magic to access the values inside another Alpine expression. +By default, `x-anchor` applies the positioning styles to your element under the hood. If you'd prefer full control over styling, you can pass the `.no-style` modifer and use the `$anchor` magic to access the values inside another Alpine expression. Below is an example of bypassing `x-anchor`'s internal styling and instead applying the styles yourself using `x-bind:style`: