Merge pull request #9262 from ArcticZeroo/patch-1

Fix a typo in faq.md
This commit is contained in:
Kevin Sawicki 2017-04-24 08:48:20 -07:00 committed by GitHub
commit a26ae85017

View file

@ -148,7 +148,7 @@ npm uninstall electron
npm uninstall -g electron
```
However if your are using the built-in module but still getting this error, it
However if you are using the built-in module but still getting this error, it
is very likely you are using the module in the wrong process. For example
`electron.app` can only be used in the main process, while `electron.webFrame`
is only available in renderer processes.