From 02054c2dc67454948a66c29e753f520e72acd00a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Talleu?= Date: Sat, 25 Oct 2025 09:32:18 +0200 Subject: [PATCH] Fix macro typo --- docs/usage/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/template.md b/docs/usage/template.md index a0c885e75e..05f9abe6ea 100644 --- a/docs/usage/template.md +++ b/docs/usage/template.md @@ -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