Apply suggestions from copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Fireblade2534 2025-04-04 19:06:59 -04:00 committed by GitHub
parent 7f0e06ea6b
commit d004b6d304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -69,9 +69,9 @@ VALID_UNITS = {
"mi": "mile", # Length
"g": "gram",
"kg": "kilogram",
"mg": "miligram", # Mass
"mg": "milligram", # Mass
"s": "second",
"ms": "milisecond",
"ms": "millisecond",
"min": "minutes",
"h": "hour", # Time
"l": "liter",

View file

@ -52,7 +52,7 @@ class NormalizationOptions(BaseModel):
)
url_normalization: bool = Field(
default=True,
description="Changes urls so they can be properly pronouced by kokoro",
description="Changes urls so they can be properly pronounced by kokoro",
)
email_normalization: bool = Field(
default=True,