Fix typo in example

This commit is contained in:
Kevin Sawicki 2016-06-10 09:34:34 -07:00
parent 2804272c7d
commit f9b7033f43

View file

@ -404,7 +404,7 @@ an Object containing `name` and `version` properties.
To check if a DevTools extension is installed you can run the following:
```javascript
let installed = BrowserWindow.getDevToolsExtesion().hasOwnProperty('devtron')
let installed = BrowserWindow.getDevToolsExtensions().hasOwnProperty('devtron')
```
## Instance Properties