From 1d603a26b617763a7e142eb968b31dab29d8493f Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Thu, 20 Jun 2024 14:39:35 +0200 Subject: [PATCH] typo --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index fa4815a..bbc051b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -51,7 +51,7 @@ The following options can be set in the `pyproject.toml` file: - `disabled_rules`: A list of rules to disable. - `fail_project_under` (default: `5.0`): If the project score is below this value the command will fail with return code 1. -- `fail_any_model_under` (default: `5.0`): If ay model scores below this value +- `fail_any_model_under` (default: `5.0`): If any model scores below this value the command will fail with return code 1. #### Badges configuration