From 2a5cb6106528db3198b5318357be2b88603e7b41 Mon Sep 17 00:00:00 2001 From: Matt Whitehead Date: Thu, 30 Nov 2023 20:26:32 +0000 Subject: [PATCH] Fix minor typo (#1465) Signed-off-by: Matthew Whitehead Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com> --- 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 490203cd708..20be8737287 100644 --- a/docs/public-networks/how-to/use-besu-api/authenticate.md +++ b/docs/public-networks/how-to/use-besu-api/authenticate.md @@ -186,7 +186,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. :::