From 20b056aec2774c34e4e486f6af2fb66b0da86bc5 Mon Sep 17 00:00:00 2001 From: Etienne Napoleone Date: Mon, 11 Nov 2019 18:28:39 +0900 Subject: [PATCH] Correct mounts block name (#218) --- website/docs/r/service.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/service.html.markdown b/website/docs/r/service.html.markdown index 1afa2097..1bd2dac5 100644 --- a/website/docs/r/service.html.markdown +++ b/website/docs/r/service.html.markdown @@ -347,8 +347,8 @@ The following arguments are supported: #### Mounts -`mount` is a block within the configuration that can be repeated to specify -the extra mount mappings for the container. Each `mount` block is the Specification for mounts to be added to containers created as part of the service and supports +`mounts` is a block within the configuration that can be repeated to specify +the extra mount mappings for the container. Each `mounts` block is the Specification for mounts to be added to containers created as part of the service and supports the following: * `target` - (Required, string) The container path.