diff --git a/SMTPeter/en/rest-send-personalize.md b/SMTPeter/en/rest-send-personalize.md index 5936654c0..7421da6d0 100644 --- a/SMTPeter/en/rest-send-personalize.md +++ b/SMTPeter/en/rest-send-personalize.md @@ -53,7 +53,7 @@ particular recipient. The JSON that you send may look as follows: { "recipients" : [ "jane@doe.com": { - "firsname": "Jane", + "firstname": "Jane", "familyname": "Doe", "children" : ["Jacky", "Joe"] },