Skip to content

Commit 2deeec2

Browse files
authored
Update message-personalization.md
1 parent 9a36813 commit 2deeec2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

manual/customize/message-personalization.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ message footer/header will be extracted.
3838

3939
- `[% headers %]`
4040

41-
A hash containing some header fields of original message.
41+
A hash array containing some header fields of original message.
4242

4343
- `[% headers.date %]`
4444
- `[% headers.from %]`
@@ -50,16 +50,16 @@ message footer/header will be extracted.
5050
Values of header fields. These are unfolded but not decoded
5151
(see also `[% subject %]` below).
5252

53-
Additionally, following less useful fields are also provided,
54-
if the message has them.
53+
Additionally, following less useful fields are also provided,
54+
if the message has them.
5555

5656
- `[% headers.item('thread-topic') %]`
5757
- `[% headers.item('x-original-to') %]`
5858
- `[% headers.item('x-originating-ip') %]`
5959

6060
- `[% part %]`
6161

62-
A hash containing the MIME information of original message (if it is single-part)
62+
A hash array containing the MIME information of original message (if it is single-part)
6363
or the current part (if the message consists of multiple MIME parts).
6464

6565
- `[% part.description %]`
@@ -86,7 +86,7 @@ message footer/header will be extracted.
8686

8787
- `[% user %]`
8888

89-
A hash containing the information of the subscriber.
89+
A hash array containing the information of the subscriber.
9090

9191
- `[% user.email %]`
9292

0 commit comments

Comments
 (0)