From 8759bc9a1a58fd3eebba485577d6f3224aecc13a Mon Sep 17 00:00:00 2001 From: liyuanfeng Date: Tue, 19 Feb 2019 14:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 应该是“单向数据绑定”,不是“单项” --- aio/content/tutorial/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/tutorial/index.md b/aio/content/tutorial/index.md index f03d823fa6..b1dfd87aa0 100644 --- a/aio/content/tutorial/index.md +++ b/aio/content/tutorial/index.md @@ -27,7 +27,7 @@ By the end of the tutorial you will be able to do the following: * Use one-way data binding for read-only data. - 为只读数据使用单项数据绑定。 + 为只读数据使用单向数据绑定。 * Add editable fields to update a model with two-way data binding.