From 91eb1f6f45d572cd88b4b4bea2431c6c2b0f0c10 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Tue, 26 Jul 2016 17:35:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=A1=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/docs/ts/latest/guide/server-communication.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/server-communication.jade b/public/docs/ts/latest/guide/server-communication.jade index 8b26a930da..e61646c55f 100644 --- a/public/docs/ts/latest/guide/server-communication.jade +++ b/public/docs/ts/latest/guide/server-communication.jade @@ -1209,7 +1209,7 @@ block redirect-to-web-api :marked Here is the revised (and final) version of app/main.ts> demonstrating these steps. - 下面是修改过的(也是最终的)app/main.ts>版本,用于演示这些步骤。 + 下面是修改过的(也是最终的)app/main.ts版本,用于演示这些步骤。 +makeExcerpt('app/main.ts', 'final')