Apply suggestions from code review

Co-authored-by: Brian McClain <brianmmcclain@gmail.com>
This commit is contained in:
trujillo-adam 2025-01-29 08:15:40 -08:00 committed by GitHub
parent 2929047d88
commit ad18e70980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.
---