From ef5612212e36e456683bb6131ea010ba14c0fe83 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 14 Mar 2016 10:01:40 -0400 Subject: [PATCH] Typo in docker.html.md Fixing misspelling in docs. --- website/source/docs/drivers/docker.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index e21ed6eeb..ad61d8e92 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -67,7 +67,7 @@ The following options are available for use in the job specification. to be configured to allow privileged containers. * `uts_mode` - (Optional) `host` or not set (default). Set to `host` to share - the UTS namsepce with the host. Note that this also requires the Nomad agent + the UTS namespace with the host. Note that this also requires the Nomad agent to be configured to allow privileged containers. * `network_mode` - (Optional) The network mode to be used for the container. In