From 965645a58874021723b3e6f44a00429a01f1195a Mon Sep 17 00:00:00 2001 From: Rex YE Date: Thu, 24 Nov 2016 15:25:47 +0000 Subject: [PATCH] fix quickstart --- public/docs/ts/latest/quickstart.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 78a23ad925..a452db44f5 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -373,7 +373,7 @@ block create-main Create the file `app/main.ts` with the following content: - 添加新文件#[code #[+adjExPath('app/main.ts')]],内容如下: + 添加新文件`app/main.ts`,内容如下: +makeExample('app/main.ts')