Merge pull request #31841 from koki-develop/startsswith-to-startswith

fixed typo: `startsswith` -> `startswith`
This commit is contained in:
Craig Wright 2022-09-21 18:47:52 -07:00 committed by GitHub
commit 6381fdd8fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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