Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Apply suggestions from code review.

Co-authored-by: Kim Christensen <[email protected]>
  • Loading branch information
eugencowie and kichristensen authored Sep 27, 2024
1 parent 705daea commit 0d1b0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ docker-compose:
policy: missing
```

This is equivilent to: `docker-compose --file compose.yml pull --ignore-pull-failures --policy missing serviceA serviceB`
This is equivalent to: `docker-compose --file compose.yml pull --ignore-pull-failures --policy missing serviceA serviceB`

### Docker Compose Up

Expand All @@ -211,7 +211,7 @@ docker-compose:
timeout: 30
```

This is equivilent to: `docker-compose up --detach --timeout 30 serviceA serviceB`
This is equivalent to: `docker-compose up --detach --timeout 30 serviceA serviceB`

### Docker Compose Down

Expand All @@ -224,7 +224,7 @@ docker-compose:
timeout: 30
```

This is equivilent to: `docker-compose down --remove-orphans --timeout 30`
This is equivalent to: `docker-compose down --remove-orphans --timeout 30`

See full bundle examples in the `examples` directory.

Expand Down

0 comments on commit 0d1b0a8

Please sign in to comment.