From 719089850165a1f1c6e29a23d69482c8c03e292e Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Thu, 14 Jul 2022 13:03:53 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/language/functions/endswith.mdx | 4 ++-- website/docs/language/functions/startswith.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/language/functions/endswith.mdx b/website/docs/language/functions/endswith.mdx index a150290804..d96cc88aad 100644 --- a/website/docs/language/functions/endswith.mdx +++ b/website/docs/language/functions/endswith.mdx @@ -1,12 +1,12 @@ --- page_title: endswith - Functions - Configuration Language description: |- - The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix value. + The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix. --- # `endswith` Function -`endswith` takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix value. +`endswith` takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix. ```hcl endswith(string, suffix) diff --git a/website/docs/language/functions/startswith.mdx b/website/docs/language/functions/startswith.mdx index 4b9392a0b0..d49f7aa0ba 100644 --- a/website/docs/language/functions/startswith.mdx +++ b/website/docs/language/functions/startswith.mdx @@ -24,4 +24,4 @@ false ## Related Functions -- [`endswith`](/language/functions/endswith) takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix value. \ No newline at end of file +- [`endswith`](/language/functions/endswith) takes two values: a string to check and a suffix string. The function returns true if the first string ends with that exact suffix. \ No newline at end of file