Skip to content

Commit 2f727dc

Browse files
davidturissiniDavid Turissini
and
David Turissini
authored
fixing typo (#1931)
Co-authored-by: David Turissini <[email protected]>
1 parent 6119055 commit 2f727dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/astro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let steps = [
2626
body: () => (
2727
<p>
2828
Run the <code>astro add</code> command to install both <code>tailwindcss</code> and{' '}
29-
<code>@astro/tailwind</code> as well as generate a <code>tailwind.config.cjs</code> file.
29+
<code>@astrojs/tailwind</code> as well as generate a <code>tailwind.config.cjs</code> file.
3030
</p>
3131
),
3232
code: {

0 commit comments

Comments
 (0)