diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 96b93f5e..596e847c 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -310,9 +310,8 @@ ignore_templates: - [markdownlint inline comment syntax](https://github.com/DavidAnson/markdownlint#configuration) ### markdownlint Config file -- `.github/linters/.markdown-lint.yml` - You can pass multiple rules and overwrite default rules -- File should be located at: `.github/linters/.markdownlint.yml` +- File should be located at: `.github/linters/.markdown-lint.yml` ### markdownlint disable single line ```markdown @@ -791,4 +790,4 @@ lint: - There is currently **No** way to disable rules in a code block ### htmlhint disable entire file -- There is currently **No** way to disable rules in an entire file \ No newline at end of file +- There is currently **No** way to disable rules in an entire file