Skip to content

Commit 81fb052

Browse files
committed
Update SparkPost.java
1 parent a5de980 commit 81fb052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sparkpost-samples-app/src/main/java/com/sparkpost/SparkPost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static void main(String[] args) throws SparkPostException {
1313
"you@yourdomain.com",
1414
"to@sparkpost.com",
1515
"The subject of the message",
16-
"The text pare of the email",
16+
"The text part of the email",
1717
"<b>The HTML part of the email</b>");
1818

1919
}

0 commit comments

Comments
 (0)