Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 81c48dc

Browse files
jakeboone02ianschmitz
authored andcommitted
Fix grammar error in troubleshooting.md (#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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /