Merge pull request #46 from ExDevilLee/patch-1

fix: fix typo
This commit is contained in:
Phodal Huang 2020-04-28 17:21:37 +08:00 committed by GitHub
commit 711bd8716a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -312,7 +312,7 @@ branches:
最后的 ``test/spec`` 是指定测试的目录。
### Jshint
### JSLint
> JSLint定义了一组编码约定这比ECMA定义的语言更为严格。这些编码约定汲取了多年来的丰富编码经验并以一条年代久远的编程原则 作为宗旨能做并不意味着应该做。JSLint会对它认为有的编码实践加标志另外还会指出哪些是明显的错误从而促使你养成好的 JavaScript编码习惯。