Skip to content

Commit aef38c6

Browse files
author
Chris Wilson
committed
Fixes minor typo
1 parent 1378ccc commit aef38c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ private void sendEmail(String from, String[] recipients) throws SparkPostExcepti
6464
substitutionData.put("yourContent", "You can add substitution data too.");
6565
transmission.setSubstitutionData(substitutionData);
6666

67-
// You can use Jackson, GSON or whatever you standard JSON decoding library is to
68-
// Build this structure.
67+
// You can use Jackson, GSON or whatever your standard JSON decoding library
68+
// is to build this structure.
6969
List<Map<String, String>> offers = new ArrayList<Map<String, String>>();
7070
for (int i = 0; i < 2; i++) {
7171

0 commit comments

Comments
 (0)