Fix typo in example
This commit is contained in:
parent
2804272c7d
commit
f9b7033f43
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ an Object containing `name` and `version` properties.
|
||||||
To check if a DevTools extension is installed you can run the following:
|
To check if a DevTools extension is installed you can run the following:
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
let installed = BrowserWindow.getDevToolsExtesion().hasOwnProperty('devtron')
|
let installed = BrowserWindow.getDevToolsExtensions().hasOwnProperty('devtron')
|
||||||
```
|
```
|
||||||
|
|
||||||
## Instance Properties
|
## Instance Properties
|
||||||
|
|
Loading…
Reference in a new issue