diff --git a/public/docs/ts/latest/cookbook/ts-to-js.jade b/public/docs/ts/latest/cookbook/ts-to-js.jade
index cd8448c068..41427c8d5c 100644
--- a/public/docs/ts/latest/cookbook/ts-to-js.jade
+++ b/public/docs/ts/latest/cookbook/ts-to-js.jade
@@ -20,6 +20,8 @@ include ../../../../_includes/_util-fns
a#toc
:marked
## Table of contents
+
+ ## 目录
* [_TypeScript_ to _ES6_ to _ES5_](#from-ts)
@@ -179,7 +181,9 @@ a#modularity
当想要让某个东西对其它模块可用时,就`export`它。
_ES5_ lacks native support for modules.
- In an Angular _ES5_ application, you load each file manually by adding a `