From 64cc53795189036d94524fb5313bf15004d421ef Mon Sep 17 00:00:00 2001 From: ArcticZeroo Date: Sat, 22 Apr 2017 23:11:04 -0400 Subject: [PATCH] Update faq.md Fix the most horrible typo of all time --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 0079d43f4e..abeac23f76 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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.