Skip to content

Commit

Permalink
Merge pull request #6785 from shammellee/patch-2
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
azr authored Oct 1, 2018
2 parents 08f984d + 7024fec commit 4e14710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/templates/engine.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4e14710

Please sign in to comment.