fix typo in neighbor-info
All checks were successful
Build Docker containers / Build (push) Successful in 49s

This commit is contained in:
2025-04-16 00:23:09 -04:00
parent 0a7e456173
commit bcaa1f2c20

View File

@ -86,9 +86,9 @@ const optionsList = [
description: "This option will save all received waypoints to the database.", description: "This option will save all received waypoints to the database.",
}, },
{ {
name: "collect-neighbour-info", name: "collect-neighbor-info",
type: Boolean, 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", name: "collect-map-reports",