diff --git a/website/content/docs/templates/hcl_templates/functions/datetime/formatdate.mdx b/website/content/docs/templates/hcl_templates/functions/datetime/formatdate.mdx index d0488d686..1cc091cd8 100644 --- a/website/content/docs/templates/hcl_templates/functions/datetime/formatdate.mdx +++ b/website/content/docs/templates/hcl_templates/functions/datetime/formatdate.mdx @@ -1,6 +1,6 @@ --- page_title: formatdate function reference -description: The `formatdate` function converts a timestamp into a different time format. Learn how to use `formatdate` functions in Packer templates. +description: The `formatdate` function converts a timestamp into a specified time format. Learn how to use `formatdate` functions in Packer templates. --- # `formatdate` Function diff --git a/website/content/docs/templates/hcl_templates/functions/file/pathexpand.mdx b/website/content/docs/templates/hcl_templates/functions/file/pathexpand.mdx index 849497a4e..77db1db8d 100644 --- a/website/content/docs/templates/hcl_templates/functions/file/pathexpand.mdx +++ b/website/content/docs/templates/hcl_templates/functions/file/pathexpand.mdx @@ -1,7 +1,7 @@ --- page_title: pathexpand function reference description: |- - The `pathexpand` function replaces a leading tilda `~` character with the current user's + The `pathexpand` function replaces a leading tilde `~` character with the current user's home directory. Learn how to use the `pathexpand` function in Packer templates. ---