diff --git a/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node.md b/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node.md index c9d028cba..0648965fc 100644 --- a/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node.md +++ b/docs/tutorials/running-the-dal-as-a-weeklynet-baker-in-5-steps/run-dal-node.md @@ -7,13 +7,13 @@ octez-dal-node run &>> "$HOME/octez-dal-node.log" This, too, may take some time to launch the first time because it needs to generate a new identity file, this time for the DAL network. -When running normally, the logs of the dal node should contain one line per block applied by the layer 1 node looking like: +When running normally, the logs of the DAL node should contain one line per block applied by the layer 1 node looking like: ``` : layer 1 node's block at level , round is final ``` -The DAL node we have launched connects to the DAL network but it is not yet subscribed to any Gossipsub topic. We can observe this by requesting the topics it registered to using the following RPC: +The DAL node we have launched connects to the DAL network but it is not yet subscribed to any Gossipsub topic. We can observe this by requesting the topics it registered to, using the following RPC: ``` curl http://localhost:10732/p2p/gossipsub/topics