From ad18e709809576f1f9188d8dfeb313c0f0e9b230 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:15:40 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Brian McClain --- .../templates/hcl_templates/functions/datetime/formatdate.mdx | 2 +- .../docs/templates/hcl_templates/functions/file/pathexpand.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. ---