Fix JWT abbreviation. (#1119)

Signed-off-by: Alex March <alexmarch@fastmail.com>
pull/1121/head
Alex March 2 years ago committed by GitHub
parent 01a150cd90
commit 6c3912c219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/HowTo/Upgrade/Prepare-for-The-Merge.md

@ -40,9 +40,9 @@ For example, if you use [Teku] as the consensus client, you can specify the endp
[`ee-endpoint`](https://docs.teku.consensys.net/en/latest/Reference/CLI/CLI-Syntax/#ee-endpoint) in the Teku
configuration file.
### 2. Configure the Java Web Token
### 2. Configure the JSON Web Token
Java Web Token (JWT) authentication is used to secure the Engine API.
JSON Web Token (JWT) authentication is used to secure the Engine API.
You can generate a JWT using a command line tool, for example:
```bash

Loading…
Cancel
Save