Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix tailwind typo #1397

Merged
merged 2 commits into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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