Skip to content

Commit a2b4637

Browse files
Merge pull request #88 from markbaird/patch-1
Fixing a typo in the README
2 parents 90791fc + 46eb997 commit a2b4637

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@ JSONObject subs = header.getSubstitutions();
290290

291291
### [Unique Arguments](http://sendgrid.com/docs/API_Reference/SMTP_API/unique_arguments.html)
292292

293-
#### addUniqueAarg
293+
#### addUniqueArg
294294

295295
```java
296-
email.addUniqueAarg("key", "value");
296+
email.addUniqueArg("key", "value");
297297
// or
298298
Map map = new HashMap<String, String>();
299299
map.put("unique", "value");

0 commit comments

Comments
 (0)