Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 81c48dc

Browse files
jakeboone02ianschmitz
authored andcommitted
Fix grammar error in troubleshooting.md (facebook#7824)
1 parent 4a4ae1e commit 81c48dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar_label: Troubleshooting
99
When you save a file while `npm start` is running, the browser should refresh with the updated code.<br>
1010
If this doesn’t happen, try one of the following workarounds:
1111

12-
- Check that your file is imported by you entrypoint. TypeScript will show errors on any of your source files, but webpack only reloads your files if they are directly or indirectly imported by one of your entrypoints.
12+
- Check that your file is imported by your entrypoint. TypeScript will show errors on any of your source files, but webpack only reloads your files if they are directly or indirectly imported by one of your entrypoints.
1313
- If your project is in a Dropbox folder, try moving it out.
1414
- If the watcher doesn’t see a file called `index.js` and you’re referencing it by the folder name, you [need to restart the watcher](https://github.com/facebook/create-react-app/issues/1164) due to a Webpack bug.
1515
- Some editors like Vim and IntelliJ have a “safe write” feature that currently breaks the watcher. You will need to disable it. Follow the instructions in [“Adjusting Your Text Editor”](https://webpack.js.org/guides/development/#adjusting-your-text-editor).

0 commit comments

Comments
 (0)