From 36206ac2cf04994601627cabb877c9a77fd01d08 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Sat, 5 Aug 2017 22:40:17 +0800 Subject: [PATCH] fix: minor issue --- aio/content/guide/ts-to-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/ts-to-js.md b/aio/content/guide/ts-to-js.md index cc3ec4deb6..dd70e3bfdb 100644 --- a/aio/content/guide/ts-to-js.md +++ b/aio/content/guide/ts-to-js.md @@ -31,7 +31,7 @@ code shown in this cookbook. ## _TypeScript_ to _ES6_ to _ES5_ -##_TypeScript_ 到 _ES6_ 到 _ES5_ +## 从_TypeScript_ 到 _ES6_ 到 _ES5_ _TypeScript_ is a typed superset of _ES6 JavaScript_.