From 4738d44bee54820fdf576d4bb4607465f7981cb7 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Tue, 26 Aug 2025 19:37:34 +0300 Subject: [PATCH] chore: spelling --- setup-wizard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-wizard.yml b/setup-wizard.yml index 906bced..96d97b5 100644 --- a/setup-wizard.yml +++ b/setup-wizard.yml @@ -37,7 +37,7 @@ fields: service: codex-node title: ETH_PRIVATE_KEY description: >- - Ethereum private key which will be saved to a file and passed as a value for `CODEX_ETH_PRIVATE_KEY` variable. + Ethereum private key which will be saved to a file which will be passed as a value for `CODEX_ETH_PRIVATE_KEY` variable. secret: true pattern: "^0x[a-fA-F0-9]{64}$" patternErrorMessage: Must be a valid private key (0x1fd16a...)