fix next page link typo

下一页链接错误
This commit is contained in:
YouBao Nong
2015-02-06 15:53:45 +08:00
parent 9e2778ccf7
commit 23737c558d

View File

@@ -4,7 +4,7 @@ title: 显示数据
layout: docs
permalink: displaying-data-zh-CN.html
prev: why-react-zh-CN.html
next: jsx-in-depth.html
next: jsx-in-depth-zh-CN.html
---
用户界面能做的最基础的事就是显示一些数据。React 让显示数据变得简单,当数据变化的时候,用户界面会自动同步更新。