docs: Fix ptz_digital typos (#1680)

This commit is contained in:
Dermot Duffy
2024-11-09 15:25:21 -08:00
committed by GitHub
parent 7e3266fecc
commit 5141e39dbe
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export class ZoomController {
protected _settings: PartialZoomSettings | null;
// These values should be suitably less than the value of STEP_DELAY_SECONDS
// in the ptz-digital action, in order to ensure smooth movements of the
// in the ptz_digital action, in order to ensure smooth movements of the
// digital PTZ actions.
protected _debouncedChangeHandler = throttle(this._changeHandler.bind(this), 50);
protected _debouncedUpdater = throttle(this._updateBasedOnConfig.bind(this), 50);