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

Fix minor typo in "Multi-Container Apps" section #56

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
2 changes: 1 addition & 1 deletion docs_en/tutorial/multi-container-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For now, we will create the network first and attach the MySQL container at star
docker network create todo-app
```

1. Start a MySQL container and attach it the network. We're also going to define a few environment variables that the
1. Start a MySQL container and attach it to the network. We're also going to define a few environment variables that the
database will use to initialize the database (see the "Environment Variables" section in the [MySQL Docker Hub listing](https://hub.docker.com/_/mysql/)).

```bash
Expand Down