diff --git a/docs/configuration.md b/docs/configuration.md index 84eae07a..69d16f79 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -581,13 +581,13 @@ pre-commit: exclude_tags: frontend commands: lint: - tag: frontend + tags: frontend ... test: - tag: frontend + tags: frontend ... check-syntax: - tag: documentation + tags: documentation ``` ```bash