Skip to content

Commit 02054c2

Browse files
Fix macro typo
1 parent 0ab0b49 commit 02054c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Customer: ${customer_name#3}
166166
Address: ${customer_address#3}
167167
```
168168

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

172172
``` php

0 commit comments

Comments
 (0)