From 8e6c32ce199fdad750d070d14734a96752e76d98 Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Wed, 29 Jan 2025 14:15:55 -0800 Subject: [PATCH] fix typo --- .../docs/templates/hcl_templates/functions/numeric/max.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/functions/numeric/max.mdx b/website/content/docs/templates/hcl_templates/functions/numeric/max.mdx index 363df6e24..34066bd20 100644 --- a/website/content/docs/templates/hcl_templates/functions/numeric/max.mdx +++ b/website/content/docs/templates/hcl_templates/functions/numeric/max.mdx @@ -1,6 +1,6 @@ --- page_title: max function reference -description: The `max` function return the largest number from the given ste of one or more numbers. Learn how to use the `max` function in Packer templates. +description: The `max` function returns the largest number from the given set of one or more numbers. Learn how to use the `max` function in Packer templates. --- # `max` Function