Skip to content

Commit

Permalink
fixing typo (#1931)
Browse files Browse the repository at this point in the history
Co-authored-by: David Turissini <[email protected]>
  • Loading branch information
davidturissini and David Turissini authored Dec 31, 2024
1 parent 6119055 commit 2f727dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/guides/astro.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let steps = [
body: () => (
<p>
Run the <code>astro add</code> command to install both <code>tailwindcss</code> and{' '}
<code>@astro/tailwind</code> as well as generate a <code>tailwind.config.cjs</code> file.
<code>@astrojs/tailwind</code> as well as generate a <code>tailwind.config.cjs</code> file.
</p>
),
code: {
Expand Down

0 comments on commit 2f727dc

Please sign in to comment.