small typo in advertised example

This commit is contained in:
Marc-Aurèle Brothier
2022-02-10 13:53:05 +01:00
parent 05b99001ca
commit 0cc28e9578

View File

@@ -157,7 +157,7 @@ Or better yet, the new [`mount`](/docs/drivers/docker#mount) syntax, introduced
```hcl
mount {
type = "tmpfs"
tmpf_options {
tmpfs_options {
size = 10000
}
}