Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystalPea authored Dec 8, 2023
1 parent c3e52f3 commit 8883fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ personalisation: {
name: "John Smith",
year: "2016",
# pass in a list and it will appear as bullet points in the message:
"required_documents": ["passport", "utility bill", "other id"],
required_documents: ["passport", "utility bill", "other id"],
}
```

Expand Down Expand Up @@ -451,7 +451,7 @@ personalisation: {
name: 'John Smith', # field from template
application_date: '2018-01-01' # field from template,
# pass in a list and it will appear as bullet points in the letter:
"required_documents": ["passport", "utility bill", "other id"],
required_documents: ["passport", "utility bill", "other id"],
},
```

Expand Down

0 comments on commit 8883fdb

Please sign in to comment.