From fb4aa6a7a0f58aa2ccfc926779176d0c1e184986 Mon Sep 17 00:00:00 2001 From: Zhimin YE Date: Wed, 19 Oct 2016 11:06:26 +0100 Subject: [PATCH] fix: #97 --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index bbbcdb64e6..bfff64cfd3 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -1571,7 +1571,7 @@ block file-tree-end - We added the `uppercase` pipe to format data. - - 添加了`uppercase`管道,来格式化日期 + - 添加了`uppercase`管道,来格式化数据 - We refactored routes into a `Routing Module` that we import.