From 6903d5442fd9a4b8863fb289c5b8993e5157599a Mon Sep 17 00:00:00 2001 From: Nader Ferjani Date: Fri, 6 Oct 2023 14:45:30 +0100 Subject: [PATCH] docs: fix type in remix guide --- src/pages/docs/guides/remix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/guides/remix.js b/src/pages/docs/guides/remix.js index 0c2513c8c..19e6a1a0e 100644 --- a/src/pages/docs/guides/remix.js +++ b/src/pages/docs/guides/remix.js @@ -35,7 +35,7 @@ let steps = [ title: 'Configure your template paths', body: () => (

- Add the paths to all of your template files in your tailwind.config.js file. + Add the paths to all of your template files in your tailwind.config.ts file.

), code: {