We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9407dc0 commit ce063d3Copy full SHA for ce063d3
packages/models-library/src/models_library/api_schemas_dynamic_sidecar/telemetry.py
@@ -58,7 +58,7 @@ class DiskUsage(BaseModel):
58
used_percent: float = Field(
59
ge=0.00,
60
le=100.00,
61
- description="Percent of used space ree:ative to the total space",
+ description="Percent of used space relative to the total space",
62
)
63
64
@model_validator(mode="before")
0 commit comments