Browse Source

fix typo error

Zeqiu Wu 7 years ago
parent
commit
d148ad02a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/tools/README.md

+ 2 - 2
docs/tools/README.md

@@ -1,10 +1,10 @@
 # 查看源码的辅助工具
 
-## vue-template-compiler-palyground
+## vue-template-compiler-playground
 
 * 作用:帮助你方便地查看 `Vue` 模板经过编译之后所生成的 `AST`、`render`、`staticRenderFns` 以及编译的错误信息 `errors`
 
-* Github:[vue-template-compiler-palyground](https://github.com/HcySunYang/vue-template-compiler-playground)
+* Github:[vue-template-compiler-playground](https://github.com/HcySunYang/vue-template-compiler-playground)
 
 * 在线使用:[http://hcysun.me/vue-template-compiler-playground/](http://hcysun.me/vue-template-compiler-playground/)