Skip to content

Commit 98b8eba

Browse files
committed
Fix typo in README
1 parent 6014d19 commit 98b8eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ From within your theme's `react-src` folder, run this command at a command promp
8181
If your theme uses TypeScript, you'll need to modify the theme's `react-app-env.d.ts` file:
8282

8383
- Navigate to the `<Your Theme Root Folder>/react-src/src` folder.
84-
- Open the `react-app-env.d.ts` in your editor of choice.
84+
- Open the `react-app-env.d.ts` file in your editor of choice.
8585
- Change the line in there to read (be sure to include the leading three slashes):
8686
- `/// <reference types="@devloco/react-scripts-wptheme" />`
8787
- Save the change and you should be all set.

0 commit comments

Comments
 (0)