From 917955708ae15c5e6b23c77b81ec2d7ad6a7b0d3 Mon Sep 17 00:00:00 2001 From: Cara <32618848+sh910831@users.noreply.github.com> Date: Fri, 4 Jan 2019 01:51:12 +0800 Subject: [PATCH] Improving some sentences (#24367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Improving some sentences I have change some sentence to make if more clearly and easy to read. Besides, there is no corresponding word for "markdown" in Chinese to express the same meaning. So I think "markdown文件" is better than "降价文件"(means files for a reduction in price). * change to simplified Chinese and fix markdown --- docs/chinese/how-to-work-on-coding-challenges.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/chinese/how-to-work-on-coding-challenges.md b/docs/chinese/how-to-work-on-coding-challenges.md index d5f813d2b1..086788dd99 100644 --- a/docs/chinese/how-to-work-on-coding-challenges.md +++ b/docs/chinese/how-to-work-on-coding-challenges.md @@ -15,13 +15,13 @@ ###在GitHub上更改 -每个挑战都存储在自己的降价文件中。这使得从GitHub中编辑挑战变得容易。 +每个挑战都存储在自己的markdown文件中。这使得从GitHub中编辑挑战变得容易。 -您无需在本地系统上运行任何操作即可进行更改。 +您不需运行本地系统,即可进行更改。 -在GitHub界面中找到要修改的文件后,单击铅笔图标开始编辑文件。这将自动创建项目的分支,如果您还没有。 +在GitHub界面中找到要修改的文件后,单击铅笔图标开始编辑文件。如果您还没有这个项目的分支,将会自动创建一个新的分支。 -您还可以克隆项目并在计算机上进行本地编辑。如需帮助,请阅读主要[贡献指南](/ CONTRIBUTING.md)。 +您还可以复制项目并在计算机上进行本地编辑。如需帮助,请阅读主要[贡献指南](/CONTRIBUTING.md)。 ###挑战模板