diff --git a/zh-cn/typescript-cn.html.markdown b/zh-cn/typescript-cn.html.markdown
index 2651b1cb..032f89e4 100644
--- a/zh-cn/typescript-cn.html.markdown
+++ b/zh-cn/typescript-cn.html.markdown
@@ -153,7 +153,7 @@ var pairToTuple = function(p: Pair) {
var tuple = pairToTuple({ item1:"hello", item2:"world"});
// 引用定义文件
-//
+///
// 模板字符串(使用反引号的字符串)
// 嵌入变量的模板字符串