Skip to content

Commit f0f4d5b

Browse files
authored
Simplify wording in setting-up-your-editor.md (#8684)
1 parent 53cace5 commit f0f4d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/setting-up-your-editor.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Visual Studio Code and WebStorm support debugging out of the box with Create Rea
7070

7171
### Visual Studio Code
7272

73-
You would need to have the latest version of [VS Code](https://code.visualstudio.com) and VS Code [Chrome Debugger Extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) installed.
73+
You need to have the latest version of [VS Code](https://code.visualstudio.com) and VS Code [Chrome Debugger Extension](https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome) installed.
7474

7575
Then add the block below to your `launch.json` file and put it inside the `.vscode` folder in your app’s root directory.
7676

@@ -100,7 +100,7 @@ Having problems with VS Code Debugging? Please see their [troubleshooting guide]
100100

101101
### WebStorm
102102

103-
You would need to have [WebStorm](https://www.jetbrains.com/webstorm/) and [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji) Chrome extension installed.
103+
You need to have [WebStorm](https://www.jetbrains.com/webstorm/) and [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji) Chrome extension installed.
104104

105105
In the WebStorm menu `Run` select `Edit Configurations...`. Then click `+` and select `JavaScript Debug`. Paste `http://localhost:3000` into the URL field and save the configuration.
106106

0 commit comments

Comments
 (0)