diff --git a/python/ruff-ecosystem/ruff_ecosystem/projects.py b/python/ruff-ecosystem/ruff_ecosystem/projects.py index 996a6adb9f..63670a0be2 100644 --- a/python/ruff-ecosystem/ruff_ecosystem/projects.py +++ b/python/ruff-ecosystem/ruff_ecosystem/projects.py @@ -64,7 +64,7 @@ class ConfigOverrides(Serializable): The key describes a member to override in the toml file; '.' may be used to indicate a nested value e.g. `format.quote-style`. - If a Ruff configuration file does not exist and overrides are provided, it will be createad. + If a Ruff configuration file does not exist and overrides are provided, it will be created. """ always: dict[str, Any] = field(default_factory=dict)