fix typo(numberical→numerical)

This commit is contained in:
Ken Geis 2025-03-06 16:14:30 -08:00 committed by GitHub
parent 384e90f83e
commit 55580e3d96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ Valves are configurable by admins alone and UserValves are configurable by any u
default=0, description="Priority level for the filter operations." default=0, description="Priority level for the filter operations."
) )
test_valve: int = Field( test_valve: int = Field(
default=4, description="A valve controlling a numberical value" default=4, description="A valve controlling a numerical value"
) )
pass pass