Fix a typo (#12633)

Co-authored-by: Emil Berg <emil.berg@ericsson.com>
This commit is contained in:
ember91 2024-08-02 17:39:27 +02:00 committed by GitHub
parent da824ba316
commit 9296bd4e3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)