From f5fae9264e437ea116db0e105619a457a17bcb50 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Mon, 22 Jan 2024 10:05:55 -0500 Subject: [PATCH] typo --- docs/tutorials/join-dal-baker/run-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/join-dal-baker/run-node.md b/docs/tutorials/join-dal-baker/run-node.md index bd17891c0..d86ec0937 100644 --- a/docs/tutorials/join-dal-baker/run-node.md +++ b/docs/tutorials/join-dal-baker/run-node.md @@ -1,6 +1,6 @@ # Step 2: run an Octez node on Weeklynet -Once the Octez node has been configured to join Weeklynet, you an launch it and make its RPC available on the port that the DAL node expects to use: +Once the Octez node has been configured to join Weeklynet, you can launch it and make its RPC available on the port that the DAL node expects to use: ``` octez-node run --rpc-addr 127.0.0.1:8732 --log-output="$HOME/octez-node.log"