Skip to content

Commit 6916e6a

Browse files
Merge pull request docker#78 from coreygarvey/patch-1
Update docs w/ missing "to"
2 parents 9f31a47 + bb961ef commit 6916e6a

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorial/multi-container-apps

1 file changed

+1
-1
lines changed

docs/tutorial/multi-container-apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For now, we will create the network first and attach the MySQL container at star
3737
docker network create todo-app
3838
```
3939

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

0 commit comments

Comments
 (0)