Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Customer: ${customer_name#3}
Address: ${customer_address#3}
```

It is also possible to pass an array with the values to replace the marcros with.
It is also possible to pass an array with the values to replace the macros with.
If an array with replacements is passed, the ``count`` argument is ignored, it is the size of the array that counts.

``` php
Expand Down
Loading