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!