From 454b2f8c9c3e04fe6b6f9ff3100aa7c3e63e3f14 Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:36:27 +0100 Subject: [PATCH] Address comment --- docs/developers/guides/run-a-node/use-docker.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/guides/run-a-node/use-docker.mdx b/docs/developers/guides/run-a-node/use-docker.mdx index ed7bf1e2b..10ce7d678 100644 --- a/docs/developers/guides/run-a-node/use-docker.mdx +++ b/docs/developers/guides/run-a-node/use-docker.mdx @@ -122,7 +122,7 @@ For example: docker run -e BESU_PROFILE=basic-mainnet consensys/linea-besu-package:latest ``` -Adjust the `BESU-PROFILE` to match one of the profiles listed in step 1. +Adjust the `BESU_PROFILE` to match one of the profiles listed in step 1. ## Run a Geth node