From e066d2e3eaf5fd517fb659d42b034aa3a6504313 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:32:21 -0400 Subject: [PATCH] Minor grammar improvements. --- content/guides/spin-up-a-devnet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/spin-up-a-devnet.md b/content/guides/spin-up-a-devnet.md index 0f1f478..e919694 100644 --- a/content/guides/spin-up-a-devnet.md +++ b/content/guides/spin-up-a-devnet.md @@ -27,7 +27,7 @@ This method leverages pre-built Docker images to quickly and easily spin up a lo ### Steps -1. Ensure that Docker daemon is running: +1. Ensure that the Docker daemon is running: {{< tabs items="MacOS, Linux" >}} {{< tab >}} @@ -116,7 +116,7 @@ This method leverages pre-built Docker images to quickly and easily spin up a lo docker compose logs ``` - While optional, this command shows logs from running containers which can be helpful for troubleshooting. + While optional, this command shows logs from running containers, which can help with troubleshooting. 1. Stop all running containers: