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