From 080551488daf5b4f60e2bcc18529de698746e8ea Mon Sep 17 00:00:00 2001 From: yajianggroup Date: Sun, 28 Sep 2025 15:34:00 +0800 Subject: [PATCH] chore: fix some typos in comment Signed-off-by: yajianggroup --- src/App/AddressBook/PanelControls.js | 2 +- src/App/Terminal/APIDocs/API/COMMANDS/SYSTEM.MD | 4 ++-- src/App/Terminal/APIDocs/API/FILTERING.MD | 2 +- src/App/Terminal/APIDocs/API/SORTING.MD | 2 +- src/App/Terminal/APIDocs/DEPRECATED/SYSTEM.MD | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/App/AddressBook/PanelControls.js b/src/App/AddressBook/PanelControls.js index 5942b18dc..2d8d6d02a 100644 --- a/src/App/AddressBook/PanelControls.js +++ b/src/App/AddressBook/PanelControls.js @@ -47,7 +47,7 @@ function exportAddressBook(addressBook) { UT.ExportAddressBook(); const rows = []; //Set up a blank array for each row - let csvContent = 'data:text/csv;charset=utf-8,'; //Set formating + let csvContent = 'data:text/csv;charset=utf-8,'; //Set formatting //This is so we can have named columns in the export, this will be row 1 let NameEntry = [ 'AccountName', //a diff --git a/src/App/Terminal/APIDocs/API/COMMANDS/SYSTEM.MD b/src/App/Terminal/APIDocs/API/COMMANDS/SYSTEM.MD index 2d4ffe212..64aeb76a3 100644 --- a/src/App/Terminal/APIDocs/API/COMMANDS/SYSTEM.MD +++ b/src/App/Terminal/APIDocs/API/COMMANDS/SYSTEM.MD @@ -111,7 +111,7 @@ system/get/info `blocks` : The current block height of this node. -`synchronizing` : Flag indicating whether this node is currently syncrhonizing. Not included if private=true. +`synchronizing` : Flag indicating whether this node is currently synchronizing. Not included if private=true. `synccomplete` : The percentage of the total blocks downloaded. @@ -121,7 +121,7 @@ system/get/info `connections` : Number of peer connections. -`eids` : Array of LISP Endpoint Idendifiers (EID's) for this node. Not included unless this node is using LISP. +`eids` : Array of LISP Endpoint Identifiers (EID's) for this node. Not included unless this node is using LISP. ----------------------------------- diff --git a/src/App/Terminal/APIDocs/API/FILTERING.MD b/src/App/Terminal/APIDocs/API/FILTERING.MD index 3aafa8c62..f4a6f1485 100644 --- a/src/App/Terminal/APIDocs/API/FILTERING.MD +++ b/src/App/Terminal/APIDocs/API/FILTERING.MD @@ -94,7 +94,7 @@ These nested JSON objects and arrays can be filtered recursively using the `.` o commands/verb/noun/type,confirmations,genesis,contracts.OP,contracts.to,contracts.amount,contracts.ticker ``` -When using recursive filtering, the nested hiearchy is retained. +When using recursive filtering, the nested hierarchy is retained. ``` { diff --git a/src/App/Terminal/APIDocs/API/SORTING.MD b/src/App/Terminal/APIDocs/API/SORTING.MD index 869b19230..07265be2c 100644 --- a/src/App/Terminal/APIDocs/API/SORTING.MD +++ b/src/App/Terminal/APIDocs/API/SORTING.MD @@ -30,7 +30,7 @@ This above will map to the parameters of `limit=100` and `offset=10`. ## `Recursive Sorting` -This parameter supports moving up levels of JSON keys by using `.`. This is a recursive function so therfore allows traversing any amount of levels in a JSON hierarchy. Let us take the following JSON object: +This parameter supports moving up levels of JSON keys by using `.`. This is a recursive function so therefore allows traversing any amount of levels in a JSON hierarchy. Let us take the following JSON object: ``` { diff --git a/src/App/Terminal/APIDocs/DEPRECATED/SYSTEM.MD b/src/App/Terminal/APIDocs/DEPRECATED/SYSTEM.MD index 814ce6cb2..890cad395 100644 --- a/src/App/Terminal/APIDocs/DEPRECATED/SYSTEM.MD +++ b/src/App/Terminal/APIDocs/DEPRECATED/SYSTEM.MD @@ -112,7 +112,7 @@ NONE `blocks` : The current block height of this node. -`synchronizing` : Flag indicating whether this node is currently syncrhonizing. Not included if private=true +`synchronizing` : Flag indicating whether this node is currently synchronizing. Not included if private=true `synccomplete` : The percentage of the total blocks downloaded @@ -122,7 +122,7 @@ NONE `connections` : Number of peer connections. -`eids` : Array of LISP Endpoint Idendifiers (EID's) for this node. Not included unless this node is using LISP. +`eids` : Array of LISP Endpoint Identifiers (EID's) for this node. Not included unless this node is using LISP. ****