Skip to content

Commit

Permalink
[MINOR] fixed internal link and some typos (#528)
Browse files Browse the repository at this point in the history
* fixed internal link

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* customise -> customize

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* synchronise -> synchronize

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* added abbreviation markdown for JWT

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Oct 9, 2020
1 parent cfec3e2 commit a19e9d1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/HowTo/Backup/Backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to Besu.
The default data location is the Besu installation directory, or `/opt/besu/database` if using the
[Besu Docker image](../../HowTo/Get-Started/Run-Docker-Image.md).

Having some data reduces the time to synchronise a new node. You can perform periodic backups of
Having some data reduces the time to synchronize a new node. You can perform periodic backups of
the data directory and send the data to your preferred backup mechanism. For example, cron job and
rsync, archives to the cloud such as s3, or `tar.gz` archives.

Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/Limit-Access/Local-Permissioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Transaction validation against the accounts allowlist occurs at the following po
* Added to a block by a mining node.

After adding transactions to a block, the transactions are not validated against the allowlist
when received by another node. That is, a node can synchronise and add blocks containing
when received by another node. That is, a node can synchronize and add blocks containing
transactions from accounts that are not on the accounts allowlist of that node.

The following diagram illustrates applying local and onchain permissioning rules.
Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/Upgrade/Upgrade-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ We recommend:
## Ansible

You can use the [Ansible role on Galaxy](https://galaxy.ansible.com/pegasyseng/hyperledger_besu)
directly or customise it to suit your needs.
directly or customize it to suit your needs.

Upgrade the Besu version on nodes by running the play with the new version. For more information,
see the [Galaxy Readme](https://galaxy.ansible.com/pegasyseng/hyperledger_besu). The play:
Expand Down
2 changes: 1 addition & 1 deletion docs/Tutorials/Examples/Nat-Manager-Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Deploy a `LoadBalancer` service for Besu to recover IP address and ports.

!!!example

Here is an example that you can customise with your own ports and routing rules.
Here is an example that you can customize with your own ports and routing rules.

```yaml
---
Expand Down
7 changes: 5 additions & 2 deletions docs/Tutorials/Privacy/Configuring-Multi-Tenancy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ IBFT-Network/

!!! note

This tutorial uses [JSON Web Token (JWT) public key authentication] to create the tenant's JWT,
This tutorial uses [JWT public key authentication] to create the tenant's JWT,
but you can also use [username and password authentication].

## Prerequisites
Expand Down Expand Up @@ -128,7 +128,10 @@ token. For example, ensure you enable the `PRIV` and `EEA` APIs for privacy.
[Use the authentication token to make requests].

<!-- Links -->
[JSON Web Token (JWT) public key authentication]: ../../HowTo/Interact/APIs/Authentication.md#jwt-public-key-authentication
[JWT public key authentication]: ../../HowTo/Interact/APIs/Authentication.md#jwt-public-key-authentication
[username and password authentication]: ../../HowTo/Interact/APIs/Authentication.md#username-and-password-authentication
[generate the private and public key pair]: ../../HowTo/Interact/APIs/Authentication.md#1-generate-a-private-and-public-key-pair
[Use the authentication token to make requests]: ../../HowTo/Interact/APIs/Authentication.md#using-an-authentication-token-to-make-requests

<!-- Abbreviations -->
*[JWT]: JSON Web Token

0 comments on commit a19e9d1

Please sign in to comment.