Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App/AddressBook/PanelControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/App/Terminal/APIDocs/API/COMMANDS/SYSTEM.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/App/Terminal/APIDocs/API/FILTERING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
{
Expand Down
2 changes: 1 addition & 1 deletion src/App/Terminal/APIDocs/API/SORTING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
{
Expand Down
4 changes: 2 additions & 2 deletions src/App/Terminal/APIDocs/DEPRECATED/SYSTEM.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.


****
Expand Down