Fix disable linters typo

This commit is contained in:
Eric Nemchik 2020-07-21 13:22:58 -05:00
parent 621a554a28
commit dfaa263765

View file

@ -962,7 +962,7 @@ lint:
-
```js
<LINE> // editorconfig-checker-disable-line
````
```
### editorconfig-checker disable code block
@ -1003,3 +1003,4 @@ lint:
### htmlhint disable entire file
- There is currently **No** way to disable rules in an entire file
````