From f430a742ac12763bbd5b491f05671e7dd69a8f5e Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 27 Dec 2021 10:41:27 -0800 Subject: [PATCH] fixed typo in store forward doc --- docs/software/plugins/store-forward.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/plugins/store-forward.md b/docs/software/plugins/store-forward.md index 6cd0385e..45cab1e0 100644 --- a/docs/software/plugins/store-forward.md +++ b/docs/software/plugins/store-forward.md @@ -141,7 +141,7 @@ typedef enum _MeshPacket_Delayed { } MeshPacket_Delayed; ``` -* NO_DELAY - The packet was set in real time. Store and Forward had no hand in this message. This is the default case. +* NO_DELAY - The packet was sent in real time. Store and Forward had no hand in this message. This is the default case. * DELAYED_BROADCAST - This is a delayed message. The 'to' of the packet has been directed at a named user but was previously a broadcast packet. * DELAYED_DIRECT - This is a delayed message. The 'to' of the packet has been directed at a named user but was previously a direct packet.