Skip to content

Commit

Permalink
Merge pull request #31841 from koki-develop/startsswith-to-startswith
Browse files Browse the repository at this point in the history
fixed typo: `startsswith` -> `startswith`
  • Loading branch information
crw committed Sep 22, 2022
2 parents 612e279 + d5df330 commit 6381fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/functions/startswith.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
page_title: startsswith - Functions - Configuration Language
page_title: startswith - Functions - Configuration Language
description: |-
The startswith function takes two values: a string to check and a prefix string. It returns true if the string begins with that exact prefix.
---
Expand Down

0 comments on commit 6381fdd

Please sign in to comment.