From 5af8bcff2f4ce6e592c9d327e571a24306dd1bc3 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Fri, 17 May 2019 14:42:00 -0700 Subject: [PATCH] website: correct the synopsis on the formatdate function page Was using "format" instead of "formatdate". --- website/docs/configuration/functions/formatdate.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/functions/formatdate.html.md b/website/docs/configuration/functions/formatdate.html.md index ff360e817..f0cc6f49d 100644 --- a/website/docs/configuration/functions/formatdate.html.md +++ b/website/docs/configuration/functions/formatdate.html.md @@ -15,7 +15,7 @@ earlier, see `formatdate` converts a timestamp into a different time format. ```hcl -format(spec, timestamp) +formatdate(spec, timestamp) ``` In the Terraform language, timestamps are conventionally represented as