Skip to content

Commit 42e7f1e

Browse files
committed
update docs
1 parent 17668d3 commit 42e7f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/testingAndDebugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebarDepth: 2
88

99
#### Renderer Process (Main App)
1010

11-
You can debug the renderer process using [Vue Devtools](https://github.com/vuejs/vue-devtools). To install them, follow [Electron's documentation here](https://electronjs.org/docs/tutorial/devtools-extension).
11+
You can debug the renderer process using [Vue Devtools](https://github.com/vuejs/vue-devtools). Vue Devtools are automatically installed for you (powered by [electron-devtools-installer](https://github.com/MarshallOfSound/electron-devtools-installer)).
1212

1313
#### Main Process (Background File)
1414

@@ -21,7 +21,7 @@ If you are testing with spectron, make sure to set `process.env.IS_TEST` to `tru
2121
### Testing
2222

2323
:::tip
24-
If you don't want to use Spectron, you can still use this funciton, just set `noSpectron` to `true`
24+
If you don't want to use Spectron, you can still use this function, just set `noSpectron` to `true`
2525
:::
2626

2727
Before continuing, read about [Spectron](https://github.com/electron/spectron). This guide assumes basic knowledge about using Spectron.

0 commit comments

Comments
 (0)