From f7a82987f43fcaf4ba01abb6c409646dfe69b7bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=B0=8F=E5=A5=94=E5=A5=94?= Date: Thu, 24 Mar 2016 15:30:46 +0800 Subject: [PATCH] fix translation --- docs-translations/zh-CN/api/chrome-command-line-switches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-translations/zh-CN/api/chrome-command-line-switches.md b/docs-translations/zh-CN/api/chrome-command-line-switches.md index e197626..78b84b7 100644 --- a/docs-translations/zh-CN/api/chrome-command-line-switches.md +++ b/docs-translations/zh-CN/api/chrome-command-line-switches.md @@ -22,7 +22,7 @@ app.on('ready', function() { ## --disable-http-cache -禁用 HTTP 请求. +禁止请求 HTTP 时使用磁盘缓存. ## --remote-debugging-port=`port` @@ -137,4 +137,4 @@ app.commandLine.appendSwitch('proxy-bypass-list', ';*.google.com;*foo.com [app]: app.md [append-switch]: app.md#appcommandlineappendswitchswitch-value [ready]: app.md#event-ready -[play-silent-audio]: https://github.com/atom/atom/pull/9485/files \ No newline at end of file +[play-silent-audio]: https://github.com/atom/atom/pull/9485/files -- 2.7.4