From bea9f78ddb13c1ba27107751ccb7b1bac174c069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=A0=91=E6=BA=90?= Date: Wed, 9 Nov 2016 18:29:49 +0800 Subject: [PATCH] Update translation change link to a simple Chinese page. --- docs-translations/zh-CN/api/remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-translations/zh-CN/api/remote.md b/docs-translations/zh-CN/api/remote.md index 1889a3157aa2..445895437cf1 100644 --- a/docs-translations/zh-CN/api/remote.md +++ b/docs-translations/zh-CN/api/remote.md @@ -27,7 +27,7 @@ win.loadURL('https://github.com') 而是在主进程中创建了 `BrowserWindow` 对象,并在渲染进程中返回了对应的远程对象,即 `win` 对象。 -请注意只有 [可枚举属性](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) 才能通过 remote 进行访问. +请注意只有 [可枚举属性](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Enumerability_and_ownership_of_properties) 才能通过 remote 进行访问. ## 远程对象的生命周期