From a01b1b956f5c96330feceb881380a7bc73fe2ffa Mon Sep 17 00:00:00 2001 From: Abdullah Waris Date: Thu, 23 Sep 2021 19:33:59 +0500 Subject: [PATCH] fix typo --- docs_en/tutorial/sharing-our-app/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_en/tutorial/sharing-our-app/index.md b/docs_en/tutorial/sharing-our-app/index.md index a4a9370..b9c9a43 100644 --- a/docs_en/tutorial/sharing-our-app/index.md +++ b/docs_en/tutorial/sharing-our-app/index.md @@ -55,7 +55,7 @@ like this: ## Running our Image on a New Instance -Now that our image has been built and pushed into a registry, let's try running our app on a brand +Now that our image has been built and pushed into a registry, let's try running our app on a brand new instance that has never seen this container! 1. Back in PWD, click on **Add New Instance** to create a new instance. @@ -81,4 +81,4 @@ can use the latest version of the image. Now that we have that figured out, let's circle back around to what we noticed at the end of the last section. As a reminder, we noticed that when we restarted the app, we lost all of our todo list items. That's obviously not a great user experience, so let's learn how we can persist the data across -restarts! \ No newline at end of file +restarts!