chore: fix some comments (#10729)

Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
JohnEndson
2024-03-30 18:51:41 +08:00
committed by GitHub
parent 14235c42b9
commit 37394fbe19
2 changed files with 2 additions and 2 deletions

View File

@@ -422,7 +422,7 @@ class DetectConfig(FrigateBaseModel):
)
max_disappeared: Optional[int] = Field(
None,
title="Maximum number of frames the object can dissapear before detection ends.",
title="Maximum number of frames the object can disappear before detection ends.",
)
stationary: StationaryConfig = Field(
default_factory=StationaryConfig,