Skip to content

Commit 45f9643

Browse files
committed
receiveing ==> receiving
1 parent bf419cf commit 45f9643

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mail/mail.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"enable": true,
161161
"html": "If you would like to unsubscribe and stop receiving these emails <% clickhere %>.",
162162
"substitution_tag": "<%click here%>",
163-
"text": "If you would like to unsubscribe and stop receiveing these emails <% click here %>."
163+
"text": "If you would like to unsubscribe and stop receiving these emails <% click here %>."
164164
}
165165
}
166166
}')

test/sendgrid/test_sendgrid-ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ def test_mail_send_post
12601260
"enable": true,
12611261
"html": "If you would like to unsubscribe and stop receiving these emails <% clickhere %>.",
12621262
"substitution_tag": "<%click here%>",
1263-
"text": "If you would like to unsubscribe and stop receiveing these emails <% click here %>."
1263+
"text": "If you would like to unsubscribe and stop receiving these emails <% click here %>."
12641264
}
12651265
}
12661266
}')

0 commit comments

Comments
 (0)