From ab41965124d6ff4e2af72f667875b1403e70bd11 Mon Sep 17 00:00:00 2001 From: 707 <707472783@qq.com> Date: Fri, 17 Jun 2016 23:00:26 +0800 Subject: [PATCH] Update electron-faq.md --- docs-translations/zh-CN/faq/electron-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-translations/zh-CN/faq/electron-faq.md b/docs-translations/zh-CN/faq/electron-faq.md index 3431c6018ab2..6c13dcdf5094 100644 --- a/docs-translations/zh-CN/faq/electron-faq.md +++ b/docs-translations/zh-CN/faq/electron-faq.md @@ -114,7 +114,7 @@ Uncaught TypeError: Cannot read property 'setZoomLevel' of undefined console.log(require.resolve('electron')); ``` -确认以下它是不是像下面这样的: +确认一下它是不是像下面这样的: ``` "/path/to/Electron.app/Contents/Resources/atom.asar/renderer/api/lib/exports/electron.js"