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