Skip to content

Commit

Permalink
Remove accidental typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamquaile committed Jun 15, 2018
1 parent 4b10dad commit a23b1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-configuring-templates.md
Expand Up @@ -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"
Expand Down

0 comments on commit a23b1a8

Please sign in to comment.