Skip to content

Commit 3c5a269

Browse files
imyzfrogerwang
authored andcommitted
avoiding en dash become em dash after mkdocs
1 parent cbe8e38 commit 3c5a269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/For Users/Debugging with DevTools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You can use the `--remote-debugging-port=port` command line option to specify wh
2222

2323
## Using devtools extensions
2424

25-
Devtools extensions are fully supported, including the one for ReactJS etc. To use it, add the permission "chrome-extension://*" to manifest.json of the devtools extension, and load it with '--load-extension=path/to/extension' when nw is started. The files for devtools extensions can be copied from extension folder of Chrome browser after you install them from Chrome Web Store.
25+
Devtools extensions are fully supported, including the one for ReactJS etc. To use it, add the permission "chrome-extension://*" to manifest.json of the devtools extension, and load it with `--load-extension=path/to/extension` when nw is started. The files for devtools extensions can be copied from extension folder of Chrome browser after you install them from Chrome Web Store.
2626

2727
### Sample
2828

2929
https://s3-us-west-2.amazonaws.com/nwjs/sample/react-app.zip
3030
https://s3-us-west-2.amazonaws.com/nwjs/sample/react-devtools.zip
3131

32-
Unpack them, download the SDK build and run it with: nw.exe --load-extension=path/to/devtools path/to/app/folder
32+
Unpack them, download the SDK build and run it with: `nw.exe --load-extension=path/to/devtools path/to/app/folder`
3333

3434
The app is a simple react app with 'package.json' added. The devtools files are from the Chrome browser's extension folder of official react devtools extension installed from Chrome Web store. Only the manifest file is modified to add the permission: "chrome-extension://*".

0 commit comments

Comments
 (0)