From e4a4d96b463b9e0ac6c48ecc8456c0fe38032fdf Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Tue, 3 Dec 2024 10:55:42 +0300 Subject: [PATCH] docs: fix typo --- docs/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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