diff --git a/docs/02-configuring-templates.md b/docs/02-configuring-templates.md index eea8ba5..25beb8c 100644 --- a/docs/02-configuring-templates.md +++ b/docs/02-configuring-templates.md @@ -19,7 +19,7 @@ recipients: - "{{ user.email }}" cc: - name: "{{ item.name }}" - email: "{{ item.email }}>" + email: "{{ item.email }}" iterateOver: "administrators" content: html: "new-user-welcome.html.twig"