From 460225c40bc1367c7e8815fba33075360c8b4f8c Mon Sep 17 00:00:00 2001 From: Federico Pellegatta Date: Wed, 27 Feb 2019 10:12:19 -0600 Subject: [PATCH] Update service.html fixed typo `tmpf_options` (#122) --- website/docs/r/service.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/service.html.markdown b/website/docs/r/service.html.markdown index 1f33de57..0fdb5ee7 100644 --- a/website/docs/r/service.html.markdown +++ b/website/docs/r/service.html.markdown @@ -362,7 +362,7 @@ the following: * `driver_config` - (Optional, map) The name of the driver to create the volume. * `name` - (Optional, string) The name of the driver to create the volume. * `options` - (Optional, map of key/value pairs) Options for the driver. -* `tmpf_options` - (Optional, map) Optional configuration for the `tmpf` type. +* `tmpfs_options` - (Optional, map) Optional configuration for the `tmpf` type. * `size_bytes` - (Optional, int) The size for the tmpfs mount in bytes. * `mode` - (Optional, int) The permission mode for the tmpfs mount in an integer.