We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5de980 commit 81fb052Copy full SHA for 81fb052
apps/sparkpost-samples-app/src/main/java/com/sparkpost/SparkPost.java
@@ -13,7 +13,7 @@ public static void main(String[] args) throws SparkPostException {
13
"you@yourdomain.com",
14
"to@sparkpost.com",
15
"The subject of the message",
16
- "The text pare of the email",
+ "The text part of the email",
17
"<b>The HTML part of the email</b>");
18
19
}
0 commit comments