fixed typo: startsswith -> startswith

This commit is contained in:
koki-develop 2022-09-22 08:53:11 +09:00
parent 612e27985f
commit d5df330696

View File

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