We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6014d19 commit 98b8ebaCopy full SHA for 98b8eba
1 file changed
README.md
@@ -81,7 +81,7 @@ From within your theme's `react-src` folder, run this command at a command promp
81
If your theme uses TypeScript, you'll need to modify the theme's `react-app-env.d.ts` file:
82
83
- Navigate to the `<Your Theme Root Folder>/react-src/src` folder.
84
-- Open the `react-app-env.d.ts` in your editor of choice.
+- Open the `react-app-env.d.ts` file in your editor of choice.
85
- Change the line in there to read (be sure to include the leading three slashes):
86
- `/// <reference types="@devloco/react-scripts-wptheme" />`
87
- Save the change and you should be all set.
0 commit comments