Skip to content

Commit

Permalink
docs: fix typo (#575)
Browse files Browse the repository at this point in the history
Fix typo referencing the Tailwind package
  • Loading branch information
RihanArfan authored Dec 1, 2022
1 parent d0c4ecc commit 5ba48c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.tailwind/1.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {

```ts{}[tailwind.config.ts]
import type { Config } from 'tailwindcss'
import defaultTheme from '@tailwindcss/defaultTheme'
import defaultTheme from 'tailwindcss/defaultTheme'
export default <Partial<Config>>{
theme: {
Expand Down

0 comments on commit 5ba48c7

Please sign in to comment.