From 004d4000142d18c29d92fc31b26235b611f103fd Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Tue, 3 Dec 2024 08:22:04 -0500 Subject: [PATCH] You can override it with Co-authored-by: GuillaumeGen --- docs/tutorials/join-dal-baker/run-dal-node.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/join-dal-baker/run-dal-node.md b/docs/tutorials/join-dal-baker/run-dal-node.md index 6e243e68d..03fece955 100644 --- a/docs/tutorials/join-dal-baker/run-dal-node.md +++ b/docs/tutorials/join-dal-baker/run-dal-node.md @@ -39,8 +39,8 @@ For example, this command initializes the DAL node with the address of a local ` curl http://localhost:10732/p2p/points/info ``` - where `10732` is the port on which the DAL node serves RPC calls. - The default port is 10732, but you can override it with the `--rpc-addr` argument. + where `10732` is the default port on which the DAL node serves RPC calls. + You can override it with the `--rpc-addr` argument. The response lists the network connections that the DAL node has, as in this example: