From c25a522fcc879adf3d45989ad2d626dc11335929 Mon Sep 17 00:00:00 2001 From: T13o <72304665+TheInfamousToTo@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:49:42 +0300 Subject: [PATCH] docs: fix spelling mistakes in documentation (#23380) * docs: fix spelling mistakes in documentation * docs: fix typos and revert incorrect dfine to define rename * docs: fix typo in installation.md --------- Co-authored-by: TheInfamousToTo --- docs/docs/configuration/cameras.md | 2 +- docs/docs/configuration/object_detectors.md | 2 +- docs/docs/frigate/installation.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index b800b1010a..e711c8ad56 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -179,7 +179,7 @@ The FeatureList on the [ONVIF Conformant Products Database](https://www.onvif.or | Hikvision DS-2DE3A404IWG-E/W | ✅ | ✅ | | | Reolink | ✅ | ❌ | | | Speco O8P32X | ✅ | ❌ | | -| Sunba 405-D20X | ✅ | ❌ | Incomplete ONVIF support reported on original, and 4k models. All models are suspected incompatable. | +| Sunba 405-D20X | ✅ | ❌ | Incomplete ONVIF support reported on original, and 4k models. All models are suspected incompatible. | | Tapo | ✅ | ❌ | Many models supported, ONVIF Service Port: 2020 | | Uniview IPC672LR-AX4DUPK | ✅ | ❌ | Firmware says FOV relative movement is supported, but camera doesn't actually move when sending ONVIF commands | | Uniview IPC6612SR-X33-VG | ✅ | ✅ | Leave `calibrate_on_startup` as `False`. A user has reported that zooming with `absolute` is working. | diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 21f86798cb..e4a5082322 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -660,7 +660,7 @@ Note that the labelmap uses a subset of the complete COCO label set that has onl #### RF-DETR -[RF-DETR](https://github.com/roboflow/rf-detr) is a DETR based model. The ONNX exported models are supported, but not included by default. See [the models section](#downloading-rf-detr-model) for more informatoin on downloading the RF-DETR model for use in Frigate. +[RF-DETR](https://github.com/roboflow/rf-detr) is a DETR based model. The ONNX exported models are supported, but not included by default. See [the models section](#downloading-rf-detr-model) for more information on downloading the RF-DETR model for use in Frigate. :::warning diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index 485a735d81..0cec2819f9 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -749,7 +749,7 @@ Failure to remap port 5000 on the host will result in the WebUI and all API endp ::: -Docker containers on macOS can be orchestrated by either [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/) or [OrbStack](https://orbstack.dev) (native swift app). The difference in inference speeds is negligable, however CPU, power consumption and container start times will be lower on OrbStack because it is a native Swift application. +Docker containers on macOS can be orchestrated by either [Docker Desktop](https://docs.docker.com/desktop/setup/install/mac-install/) or [OrbStack](https://orbstack.dev) (native Swift app). The difference in inference speeds is negligible, however CPU, power consumption and container start times will be lower on OrbStack because it is a native Swift application. To allow Frigate to use the Apple Silicon Neural Engine / Processing Unit (NPU) the host must be running [Apple Silicon Detector](../configuration/object_detectors.md#apple-silicon-detector) on the host (outside Docker) @@ -768,7 +768,7 @@ services: - /path/to/your/recordings:/recordings ports: - "8971:8971" - # If exposing on macOS map to a diffent host port like 5001 or any orher port with no conflicts + # If exposing on macOS map to a different host port like 5001 or any other port with no conflicts # - "5001:5000" # Internal unauthenticated access. Expose carefully. - "8554:8554" # RTSP feeds extra_hosts: