docs: fix typo in consensus-clients.md (#25999)
Update consensus-clients.md typo
This commit is contained in:
parent
43605ac8b2
commit
0c755d2bec
|
@ -24,7 +24,7 @@ to `<datadir>/geth/jwtsecret` by default but can also be created and saved to a
|
|||
self-generated and provided to Geth by passing the file path to `--authrpc.jwtsecret`. The `jwtsecret` file
|
||||
is required by both Geth and the consensus client.
|
||||
|
||||
The authorization must then be applied to a specific address/port. This is achievd by passing an address to
|
||||
The authorization must then be applied to a specific address/port. This is achieved by passing an address to
|
||||
`--authrpc.addr` and a port number to `--authrpc.port`. It is also safe to provide either `localhost` or a wildcard
|
||||
`*` to `--authrpc.vhosts` so that incoming requests from virtual hosts are accepted by Geth because it only
|
||||
applies to the port authenticated using `jwtsecret`.
|
||||
|
|
Loading…
Reference in New Issue