❤️ Feedback

This commit is contained in:
Felix Rieseberg 2018-02-21 10:12:19 -08:00
parent 975e6e6194
commit 9d4c68d272
6 changed files with 36 additions and 33 deletions

View file

@ -6,8 +6,8 @@ bottlenecks, or optimization opportunities.
## Renderer Process
The most comprehensive tool to debug individual renderer processes are the
Chromium Developer Tools. They are available for all renderer processes,
The most comprehensive tool to debug individual renderer processes is the
Chromium Developer Toolset. It is available for all renderer processes,
including instances of `BrowserWindow`, `BrowserView`, and `WebView`. You
can open them programmatically by calling the `openDevTools()` API on the
`webContents` of the instance: