Skip to content

Commit

Permalink
Fix some typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Qiang Wu(Kennan) <[email protected]>
  • Loading branch information
Kai Qiang Wu(Kennan) committed Apr 15, 2016
1 parent a91c6e0 commit 7f59721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/swarm_at_scale/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The frontend consists of an load balancer with *N* frontend instances. Each
frontend consists of a web server and a Redis queue. The load balancer can
handle an arbitrary number of web containers behind it (`frontend01`-
`frontendN`). The web containers run a simple Python application that takes a
vote between two options. It queus the votes to a Redist container running on
vote between two options. It queues the votes to a Redis container running on
the datastore.

Behind the frontend is a worker tier which runs on separate nodes. This tier:
Expand Down
2 changes: 1 addition & 1 deletion docs/swarm_at_scale/deploy-infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ in Step 4.
```
This error usually means you weren't starting the `docker run` from the same
`config` directory where the `config.toml` fie is. If you run the coammand
`config` directory where the `config.toml` file is. If you run the command
and get a Conflict error such as:

```bash
Expand Down

0 comments on commit 7f59721

Please sign in to comment.