From 3843da1da6bebf98b6038da4a95191a68a4bfc6a Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:46:50 -0400 Subject: [PATCH] chore: fix typo (#1131) --- docs/developers/node-tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/node-tutorial.mdx b/docs/developers/node-tutorial.mdx index 0b14615f839..062bdd40d3d 100644 --- a/docs/developers/node-tutorial.mdx +++ b/docs/developers/node-tutorial.mdx @@ -1244,7 +1244,7 @@ These include: - `--url string` - the address of the RPC, default is `http://localhost:26658` When running RPC CLI commands, -you will need to set either the the [authentication token](#auth-token-) +you will need to set either the [authentication token](#auth-token-) or set the [node store](#node-store), so the auth token can be retrieved from the store.