Skip to content

Commit 7190898

Browse files
Apply suggestions from code review
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
1 parent 0dfcbe6 commit 7190898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docs/language/functions/endswith.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
page_title: endswith - Functions - Configuration Language
33
description: |-
4-
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.
4+
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.
55
---
66

77
# `endswith` Function
88

9-
`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.
9+
`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.
1010

1111
```hcl
1212
endswith(string, suffix)

website/docs/language/functions/startswith.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ false
2424

2525
## Related Functions
2626

27-
- [`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.
27+
- [`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.

0 commit comments

Comments
 (0)