Skip to content

Commit

Permalink
fix: typo alpine -> alpinejs (#7825)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 authored Jul 27, 2023
1 parent d5f526b commit 05ee09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/cli/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export async function add(names: string[], { flags, logging }: AddOptions) {
['svelte', 'astro add svelte'],
['solid-js', 'astro add solid-js'],
['lit', 'astro add lit'],
['alpine', 'astro add alpine'],
['alpinejs', 'astro add alpinejs'],
],
'SSR Adapters': [
['netlify', 'astro add netlify'],
Expand Down

0 comments on commit 05ee09f

Please sign in to comment.