Skip to content

Commit 71f7a4a

Browse files
Revert "Fixing a typo in the README"
1 parent a2b4637 commit 71f7a4a

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-
#### addUniqueArg
293+
#### addUniqueAarg
294294

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

0 commit comments

Comments
 (0)