From a35084a7a788ff4298595897a5da669da1c31ae5 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Thu, 26 Aug 2021 07:55:28 -0700 Subject: [PATCH] Update 05_persisting_data.md Correcting minor grammatical error. --- get-started/05_persisting_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/05_persisting_data.md b/get-started/05_persisting_data.md index 21bd517edc..98638037b8 100644 --- a/get-started/05_persisting_data.md +++ b/get-started/05_persisting_data.md @@ -29,7 +29,7 @@ What you'll see is that the files created in one container aren't available in a commands (why we have the `&&`). The first portion picks a single random number and writes it to `/data.txt`. The second command is simply watching a file to keep the container running. -2. Validate we can see the output by `exec`ing into the container. To do so, open the Dashboard and click the first action of the container that is running the `ubuntu` image. +2. Validate that we can see the output by `exec`ing into the container. To do so, open the Dashboard and click the first action of the container that is running the `ubuntu` image. ![Dashboard open CLI into ubuntu container](images/dashboard-open-cli-ubuntu.png){: style=width:75% }