Skip to content

Commit f6a2888

Browse files
committed
change some translation words
1 parent b7471bc commit f6a2888

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/getting-started.zh-CN.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: getting-started-zh-CN
3-
title: 开始
3+
title: 入门教程
44
layout: docs
55
next: tutorial.html
66
---
@@ -12,17 +12,17 @@ next: tutorial.html
1212
* **[React JSFiddle](http://jsfiddle.net/vjeux/kb3gN/)**
1313
* [React JSFiddle without JSX](http://jsfiddle.net/vjeux/VkebS/)
1414

15-
## 新手教程包 (Starter Kit)
15+
## 入门教程包 (Starter Kit)
1616

17-
开始先下载新手教程包
17+
开始先下载入门教程包
1818

1919
<div class="buttons-unit downloads">
2020
<a href="/react/downloads/react-{{site.react_version}}.zip" class="button">
21-
下载新手教程包 {{site.react_version}}
21+
下载入门教程 {{site.react_version}}
2222
</a>
2323
</div>
2424

25-
在新手教程包的根目录,创建一个含有下面代码的`helloworld.html`
25+
在入门教程包的根目录,创建一个含有下面代码的 `helloworld.html`
2626

2727
```html
2828
<!DOCTYPE html>

0 commit comments

Comments
 (0)