Skip to content

Commit

Permalink
chore: typo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoliwa committed Dec 31, 2021
1 parent f3106c2 commit 54e35fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Implemented
* - `Any TOML file <https://nitpick.rtfd.io/en/latest/plugins.html#toml-files>`_
- ✅
- ✅
* - `Any YAML file (except .pre-commit-config.yaml <https://nitpick.rtfd.io/en/latest/plugins.html#yaml-files>`_
* - `Any YAML file (except .pre-commit-config.yaml) <https://nitpick.rtfd.io/en/latest/plugins.html#yaml-files>`_
- ✅
- ✅
* - `.editorconfig <https://nitpick.rtfd.io/en/latest/examples.html#example-editorconfig>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/generate_rst.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def row(self) -> Tuple[str, str, str]:
FileType("Any text file", f"{READ_THE_DOCS_URL}plugins.html#text-files", True, False),
FileType("Any TOML file", f"{READ_THE_DOCS_URL}plugins.html#toml-files", True, True),
FileType(
f"Any YAML file (except {PRE_COMMIT_CONFIG_YAML}", f"{READ_THE_DOCS_URL}plugins.html#yaml-files", True, True
f"Any YAML file (except {PRE_COMMIT_CONFIG_YAML})", f"{READ_THE_DOCS_URL}plugins.html#yaml-files", True, True
),
FileType(EDITOR_CONFIG, f"{READ_THE_DOCS_URL}examples.html#example-editorconfig", True, True),
FileType(PRE_COMMIT_CONFIG_YAML, f"{READ_THE_DOCS_URL}plugins.html#pre-commit-config-yaml", True, 282),
Expand Down

0 comments on commit 54e35fb

Please sign in to comment.