From 9ff4efed817a39f16f2c0e7a561a5f97a2fcf7ba Mon Sep 17 00:00:00 2001 From: Matthew Whitehead Date: Thu, 30 Nov 2023 10:24:25 +0000 Subject: [PATCH] Fix minor typo Signed-off-by: Matthew Whitehead --- docs/public-networks/how-to/use-besu-api/authenticate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public-networks/how-to/use-besu-api/authenticate.md b/docs/public-networks/how-to/use-besu-api/authenticate.md index 747debefe94..00e5ddef6e4 100644 --- a/docs/public-networks/how-to/use-besu-api/authenticate.md +++ b/docs/public-networks/how-to/use-besu-api/authenticate.md @@ -185,7 +185,7 @@ The private key must be kept secret. Never share private keys publicly or on a W Always keep your private keys safe -- ideally using [hardware](https://connect2id.com/products/nimbus-jose-jwt/examples/pkcs11) or [vault](https://www.vaultproject.io/docs/secrets/identity/identity-token) -- and define a strong security policy and [best practices](https://auth0.com/docs/best-practices/token-best-practices). -Compromised keys can provide attackers access to you nodes RPC-API. +Compromised keys can provide attackers access to your node's RPC-API. :::