Skip to content

Commit

Permalink
docs: fix tailwind typo (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnedshell authored Oct 29, 2024
1 parent 64ecdad commit 99e1438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sites/docs/src/content/installation/astro.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ You will be asked a few questions to configure your project:
./your-app-name
- How would you like to start your new project?
Choose a starter template (or Empty)
- Install dependencies?
Yes
- Do you plan to write TypeScript?
Yes
- How strict should TypeScript be?
Strict
- Install dependencies?
Yes
- Initialize a new git repository? (optional)
Yes/No
```
Expand All @@ -57,7 +57,7 @@ Add Tailwind CSS using the Astro CLI:

<Callout className="mt-4">

Answer `Yes` to all the question prompted by the CLI when installing Svelte.
Answer `Yes` to all the question prompted by the CLI when installing TailwindCSS.

</Callout>

Expand Down

0 comments on commit 99e1438

Please sign in to comment.