summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar VinĂ­cio Augusto <vinicio@users.noreply.github.com> 2022-09-03 16:46:51 -0300
committerGravatar GitHub <noreply@github.com> 2022-09-03 21:46:51 +0200
commit4d02f7775c1d5f11a469db67b7c95da65c023447 (patch)
treec92b2b41e4966b37fdd4a90e1300b1b162cfcd53
parent1bee84920ad9ad106f8e1eef85294d1809795533 (diff)
downloadastro-4d02f7775c1d5f11a469db67b7c95da65c023447.tar.gz
astro-4d02f7775c1d5f11a469db67b7c95da65c023447.tar.zst
astro-4d02f7775c1d5f11a469db67b7c95da65c023447.zip
Typo in alpinejs integration README.md (#4611)
-rw-r--r--packages/integrations/alpinejs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/alpinejs/README.md b/packages/integrations/alpinejs/README.md
index c25a8f65d..3d43b3e25 100644
--- a/packages/integrations/alpinejs/README.md
+++ b/packages/integrations/alpinejs/README.md
@@ -64,7 +64,7 @@ Check our [Astro Integration Documentation][astro-integration] for more on integ
## Limitations
-The Apline.js integration does not give you control over how the script is loaded or initialized. If you require this control, consider [installing and using Alpine.js manually](https://alpinejs.dev/essentials/installation). Astro supports all officially documented Alpine.js manual setup instructions, using `<script>` tags inside of an Astro component.
+The Alpine.js integration does not give you control over how the script is loaded or initialized. If you require this control, consider [installing and using Alpine.js manually](https://alpinejs.dev/essentials/installation). Astro supports all officially documented Alpine.js manual setup instructions, using `<script>` tags inside of an Astro component.
**It is not currently possible to [extend Alpine.js](https://alpinejs.dev/advanced/extending) when using this component.** If you need this feature, consider following [the manual Alpine.js setup](https://alpinejs.dev/essentials/installation) instead using an Astro script tag:
@@ -83,7 +83,7 @@ The Apline.js integration does not give you control over how the script is loade
## Configuration
-The Apline.js integration does not support any custom configuration at this time.
+The Alpine.js integration does not support any custom configuration at this time.
## Examples