diff --git a/zh-cn/contribute/template/js-template.md b/zh-cn/contribute/template/js-template.md index 950e5b047546046e3ae3ff83fbd8b344b287b3b4..093f809d60e5bdf72f7be3d2be43edd71c192798 100644 --- a/zh-cn/contribute/template/js-template.md +++ b/zh-cn/contribute/template/js-template.md @@ -18,7 +18,7 @@ > > 0.6 - 文档标题为一级标题;namespace下的属性字段、function、class、interface、enum、type为二级标题;class下的属性、function为三级标题。 > -> 0.7 - **对已有模块的新增接口标记起始版本:使用标签,标记对应的版本号。** +> 0.7 - **对已有模块的新增接口标记起始版本:使用\标签,标记对应的版本号。** > > ​ 示例:API 6已有的模块,在API 7新增了一个属性字段,则在属性后加标记,即newAttribute7+。 >