diff --git a/public/docs/js/latest/cookbook/ts-to-js.jade b/public/docs/js/latest/cookbook/ts-to-js.jade index 9be39be085..e555ea88aa 100644 --- a/public/docs/js/latest/cookbook/ts-to-js.jade +++ b/public/docs/js/latest/cookbook/ts-to-js.jade @@ -7,7 +7,7 @@ include ../../../../_includes/_util-fns Angular 2 APIs. 所有能在Angular 2的TypeScript环境里面做的事情,我们都能在JavaScript里面实现。 - 从一个语言换成到另一个语言,最多只会影响源代码的管理方法和Angular 2 API的访问方法。 + 从一个语言换成到另一个语言,最多只会影响源代码的管理方式和Angular 2 API的访问方法。 Since TypeScript is a popular language option in Angular 2, many of the code examples you see on the Internet as well as on this site are written