From fd5d4c1657e33ad79a61f2f4af2ac8ed3566aaf5 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Fri, 25 Oct 2019 09:22:03 -0400 Subject: [PATCH] fix grammar --- 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 6879ea744..62d4943d8 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -413,7 +413,7 @@ The `docker` driver supports the following configuration in the job spec. Only * `pids_limit` - (Optional) An integer value that specifies the pid limit for the container. Defaults to unlimited. -Additionally, docker driver supports customization of the container user through task [`user` option](/docs/job-specification/task.html#user). +Additionally, the docker driver supports customization of the container's user through the task's [`user` option](/docs/job-specification/task.html#user). ### Container Name