From bcaa1f2c20fba000e5e5baa80dd579c1f8241439 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 16 Apr 2025 00:23:09 -0400 Subject: [PATCH] fix typo in neighbor-info --- mqtt/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mqtt/index.js b/mqtt/index.js index d20d2cc..1701e27 100644 --- a/mqtt/index.js +++ b/mqtt/index.js @@ -86,9 +86,9 @@ const optionsList = [ description: "This option will save all received waypoints to the database.", }, { - name: "collect-neighbour-info", + name: "collect-neighbor-info", type: Boolean, - description: "This option will save all received neighbour infos to the database.", + description: "This option will save all received neighbor infos to the database.", }, { name: "collect-map-reports",