From 7d75c5be95cb51a0d61862988bf263d3f8525d3e Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Mon, 25 May 2015 13:39:56 -0400 Subject: [PATCH] Copy edits for typos Signed-off-by: Ed Costello --- docs/man/docker-create.1.md | 2 +- docs/sources/articles/networking.md | 2 +- docs/sources/docker-hub/repos.md | 4 ++-- docs/sources/examples/mongodb.md | 2 +- docs/sources/project/software-req-win.md | 6 +++--- docs/sources/release-notes.md | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/man/docker-create.1.md b/docs/man/docker-create.1.md index d7a64282d0..26b6711309 100644 --- a/docs/man/docker-create.1.md +++ b/docs/man/docker-create.1.md @@ -161,7 +161,7 @@ system's page size (the value would be very large, that's millions of trillions) Total memory limit (memory + swap) Set `-1` to disable swap (format: , where unit = b, k, m or g). -This value should always larger than **-m**, so you should alway use this with **-m**. +This value should always larger than **-m**, so you should always use this with **-m**. **--mac-address**="" Container MAC address (e.g. 92:d0:c6:0a:29:33) diff --git a/docs/sources/articles/networking.md b/docs/sources/articles/networking.md index 5ee1d7e6ba..8400d1a6e3 100644 --- a/docs/sources/articles/networking.md +++ b/docs/sources/articles/networking.md @@ -592,7 +592,7 @@ Therefore the router thinks it can talk to these containers directly. As soon as the router wants to send an IPv6 packet to the first container it will transmit a neighbor solicitation request, asking, who has -`2001:db8::c009`? But it will get no answer because noone on this subnet has +`2001:db8::c009`? But it will get no answer because no one on this subnet has this address. The container with this address is hidden behind the Docker host. The Docker host has to listen to neighbor solicitation requests for the container address and send a response that itself is the device that is responsible for diff --git a/docs/sources/docker-hub/repos.md b/docs/sources/docker-hub/repos.md index 67cf0431ec..1c4176f481 100644 --- a/docs/sources/docker-hub/repos.md +++ b/docs/sources/docker-hub/repos.md @@ -10,7 +10,7 @@ either on your own Docker daemon, or using your own Continuous integration servi you can push them to a Docker Hub repository that you add to your Docker Hub user or organization account. -Alternativly, if the source code for your Docker image is on GitHub or Bitbucket, +Alternatively, if the source code for your Docker image is on GitHub or Bitbucket, you can use an "Automated build" repository, which is built by the Docker Hub services. See the [automated builds documentation](./builds.md) to read about the extra functionality provided by those services. @@ -181,7 +181,7 @@ The following parameters are recognized in callback data: ## Mark as unlisted -By marking a repository as unlisted, you can create a publically pullable repository +By marking a repository as unlisted, you can create a publicly pullable repository which will not be in the Hub or commandline search. This allows you to have a limited release, but does not restrict access to anyone that is told, or guesses the repository name. diff --git a/docs/sources/examples/mongodb.md b/docs/sources/examples/mongodb.md index f6e81cd43f..b7b423b747 100644 --- a/docs/sources/examples/mongodb.md +++ b/docs/sources/examples/mongodb.md @@ -13,7 +13,7 @@ MongoDB pre-installed. We'll also see how to `push` that image to the > **Note:** > > This guide will show the mechanics of building a MongoDB container, but -> you will probably want to use the offical image on [Docker Hub]( https://registry.hub.docker.com/_/mongo/) +> you will probably want to use the official image on [Docker Hub]( https://registry.hub.docker.com/_/mongo/) Using Docker and containers for deploying [MongoDB](https://www.mongodb.org/) instances will bring several benefits, such as: diff --git a/docs/sources/project/software-req-win.md b/docs/sources/project/software-req-win.md index a7f1378929..38cd73d10f 100644 --- a/docs/sources/project/software-req-win.md +++ b/docs/sources/project/software-req-win.md @@ -15,7 +15,7 @@ you must have: - MinGW (tar and xz) - Go language -> **Note**: This installation prcedure refers to the `C:\` drive. If you system's main drive +> **Note**: This installation procedure refers to the `C:\` drive. If you system's main drive is `D:\` you'll need to substitute that in where appropriate in these instructions. @@ -56,7 +56,7 @@ Docker Go code as you develop. 1. Browse to [tdm-gcc download page](http://tdm-gcc.tdragon.net/download). -2. Click on the lastest 64-bit version of the package. +2. Click on the latest 64-bit version of the package. Windows prompts you to save the file to your machine @@ -166,7 +166,7 @@ In this section, you install the Go language. Then, you build the source so that 3. Run the installer. - The system opens the **Go Programming Langauge Setup** dialog. + The system opens the **Go Programming Language Setup** dialog. 4. Select all the defaults to install. diff --git a/docs/sources/release-notes.md b/docs/sources/release-notes.md index 0ab6206d96..f01d783850 100644 --- a/docs/sources/release-notes.md +++ b/docs/sources/release-notes.md @@ -131,6 +131,6 @@ handled centrally by Machine instead of letting each driver individually do it. host’s TLS certificates for good security practice and for if a host’s IP address changes. -## Docker Hub Enterprise & Commercialy Supported Docker Engine +## Docker Hub Enterprise & Commercially Supported Docker Engine See the [DHE and CS Docker Engine release notes](docker-hub-enterprise/release-notes.md).