From 2eedd15cd1672509c2917de88b79ec5159f90e73 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Wed, 8 Mar 2017 14:00:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=B2=BE=E7=82=BC=E8=AF=AD=E8=A8=80=20(?= =?UTF-8?q?#204)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/tutorial/toh-pt2.jade | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt2.jade b/public/docs/ts/latest/tutorial/toh-pt2.jade index 4acd825823..1226dbc273 100644 --- a/public/docs/ts/latest/tutorial/toh-pt2.jade +++ b/public/docs/ts/latest/tutorial/toh-pt2.jade @@ -112,9 +112,8 @@ code-example(language="sh" class="code-shell"). Because we know where we are heading, it makes sense to separate the hero data from the class implementation from the start. - 我们本该在这个组件类中定义英雄列表。 - 但显然,我们最终还是得从一个数据服务中获取这些英雄。 - 正因如此,一开始就应该把英雄数据隔离到一个类中来实现。 + 我们固然可以在这个组件类中定义英雄列表,但显然,最终我们还是得从一个数据服务中获取这些英雄。 + 因此,不如索性一开始就把英雄数据隔离到一个类中来实现。 :marked ### Displaying heroes in a template