Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

typo fix #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs_en/tutorial/sharing-our-app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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!
restarts!