From 0c755d2bec7d4b3d35c061786b1b259b61634e3d Mon Sep 17 00:00:00 2001 From: Baurain Olivier Date: Mon, 17 Oct 2022 09:00:42 +0200 Subject: [PATCH] docs: fix typo in consensus-clients.md (#25999) Update consensus-clients.md typo --- docs/_interface/consensus-clients.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_interface/consensus-clients.md b/docs/_interface/consensus-clients.md index 55e3e85b33..462d550266 100644 --- a/docs/_interface/consensus-clients.md +++ b/docs/_interface/consensus-clients.md @@ -24,7 +24,7 @@ to `/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`.