From 9e5621d79ef8c44ae2d618b70e37da8446bd9b12 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Tue, 9 Apr 2024 11:48:11 +0200 Subject: [PATCH] fix typo in arabica-devnet page --- nodes/arabica-devnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/arabica-devnet.md b/nodes/arabica-devnet.md index 45399ea9384..bbe3489c0bf 100644 --- a/nodes/arabica-devnet.md +++ b/nodes/arabica-devnet.md @@ -106,7 +106,7 @@ As an example, this command will work to start a light node with state access, using default ports: ```bash -celestia light start --p2p.netowrk arabica \ +celestia light start --p2p.network arabica \ --core.ip validator-1.celestia-arabica-11.com ```