Skip to content

Commit 0323f1e

Browse files
authored
fixed internal link and typos (#571)
* fixed internal link and typos * plurals Signed-off-by: Sally MacFarlane <[email protected]>
1 parent d2383df commit 0323f1e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/HowTo/Limit-Access/Updating-Permission-Lists.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Updating Hyperledger Besu onchain allowlists
44

55
# Updating nodes and accounts allowlists
66

7-
## Update nodes allowlists
7+
## Update nodes allowlist
88

99
To add a node to the Hyperledger Besu nodes allowlist:
1010

1111
1. On the _Nodes_ tab of the Permissioning Management Dapp, click the
12-
_Add Nodes_ button. The Add Node window displays.
12+
_Add Node_ button. The Add Node window displays.
1313
1. Enter the [enode URL](../../Concepts/Node-Keys.md#enode-url) of the node you are adding and
1414
click the _Add Node_ button.
1515

@@ -22,7 +22,7 @@ To remove a node from the nodes allowlist:
2222
!!! tip
2323

2424
If you add a running node, the node does not attempt to reconnect to the bootnode and
25-
synchronize until peer discovery restarts. To add a allowlisted node as a peer without waiting
25+
synchronize until peer discovery restarts. To add an allowlisted node as a peer without waiting
2626
for peer discovery to restart, use
2727
[`admin_addPeer`](../../Reference/API-Methods.md#admin_addpeer).
2828

@@ -38,7 +38,7 @@ To remove a node from the nodes allowlist:
3838
correctly configured for all nodes with the
3939
externally accessible address.
4040

41-
## Update account allowlists
41+
## Update accounts allowlist
4242

4343
To add an account to the accounts allowlist:
4444

docs/Tutorials/Permissioning/Getting-Started-Onchain-Permissioning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The migration logs the addresses of the Admin and Rules contracts.
192192

193193
!!! note
194194

195-
Only [admin accounts] can add or remove nodes from the permission list.
195+
Only an [admin account] can add or remove nodes from the allowlist.
196196

197197
## Add the first node to the allowlist
198198

@@ -202,5 +202,5 @@ The first node must [add itself to the allowlist] before adding other nodes.
202202
[Start first node with onchain permissioning and the JSON-RPC HTTP service enabled]: #onchain-permissioning-command-line-options
203203
[Clone the permissioning contracts repository and install dependencies]: #clone-the-contracts-and-install-dependencies
204204
[Start the webserver for the Permissioning Management Dapp]: #start-the-webserver-for-the-permissioning-management-dapp
205-
[add itself to the allowlist]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-node-permission-lists
206-
[admin accounts]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-node-permission-lists
205+
[add itself to the allowlist]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlist
206+
[admin account]: ../../HowTo/Limit-Access/Updating-Permission-Lists.md#update-nodes-allowlist

0 commit comments

Comments
 (0)