diff --git a/cluster/mesos/README.md b/cluster/mesos/README.md index 332c9172e0..88fb67232e 100644 --- a/cluster/mesos/README.md +++ b/cluster/mesos/README.md @@ -1,6 +1,6 @@ # Using Docker Swarm and Mesos -Swarm comes with a built-in scheduler that works with the swarm manager to schedule container resources. You can completly replace the built-in scheduler with a 3rd party scheduler. For example, you can replace it with the Mesos scheduler as described here. +Swarm comes with a built-in scheduler that works with the swarm manager to schedule container resources. You can completely replace the built-in scheduler with a 3rd party scheduler. For example, you can replace it with the Mesos scheduler as described here. When using Docker Swarm and Mesos, you use the Docker client to ask the swarm manager to schedule containers. The swarm manager then schedules those diff --git a/test/integration/README.md b/test/integration/README.md index 5be9affd5c..fe08af6dc8 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -28,7 +28,7 @@ Alternatively, you can run integration tests directly on your host: $ bats test/integration ``` -In order to do that, you will need to setup a full development environmnet plus +In order to do that, you will need to setup a full development environment plus [bats](https://github.com/sstephenson/bats#installing-bats-from-source) > **Note**: There are known issues running the integration tests using