Fix small typo

This commit is contained in:
Shammel Lee 2018-09-29 16:17:10 -04:00 committed by GitHub
parent b7b1720a91
commit 7024fecf4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ Please note that double quote characters need escaping inside of templates (in t
# split Function Format Reference
The function `split` takes an input string, a seperator string, and a numeric component value and returns request substring.
The function `split` takes an input string, a seperator string, and a numeric component value and returns the requested substring.
Here are some examples using the above options: