mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Update faq.md
Fix the most horrible typo of all time
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user