Skip to content

Commit ebd3eae

Browse files
authored
docs: fix type in remix guide (tailwindlabs#1697)
1 parent 7c966ea commit ebd3eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/remix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let steps = [
3535
title: 'Configure your template paths',
3636
body: () => (
3737
<p>
38-
Add the paths to all of your template files in your <code>tailwind.config.js</code> file.
38+
Add the paths to all of your template files in your <code>tailwind.config.ts</code> file.
3939
</p>
4040
),
4141
code: {

0 commit comments

Comments
 (0)