From b8b067d74b3998f7008d53c3c97c1540072f6790 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 21 May 2025 15:46:49 +0200 Subject: [PATCH] typo --- docs/src/receivers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/receivers.rst b/docs/src/receivers.rst index af919faa2..31ff8f734 100644 --- a/docs/src/receivers.rst +++ b/docs/src/receivers.rst @@ -1,7 +1,7 @@ Custom Receiver ================= -The receiver essentially listens to UDP data packats sent out by the detector. +The receiver essentially listens to UDP data packets sent out by the detector. To know more about detector receiver setup in the config file, please check out :ref:`the detector-receiver UDP configuration in the config file` and the :ref:`detector udp format`.