Skip to content

Commit 46eb997

Browse files
committed
Fixing a typo in the README
1 parent be97c23 commit 46eb997

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
@@ -280,10 +280,10 @@ JSONObject subs = header.getSubstitutions();
280280

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

283-
#### addUniqueAarg
283+
#### addUniqueArg
284284

285285
```java
286-
email.addUniqueAarg("key", "value");
286+
email.addUniqueArg("key", "value");
287287
// or
288288
Map map = new HashMap<String, String>();
289289
map.put("unique", "value");

0 commit comments

Comments
 (0)