Skip to content

Commit 7d3c5e2

Browse files
author
Guillaume Badi
committed
typo
1 parent 4ff87c9 commit 7d3c5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ result = mailjet.contact.get(filters={'limit': 2})
4040
result = mailjet.sender.post(data={'email': '[email protected]'})
4141
```
4242

43-
## Combine an resource with an action
43+
## Combine a resource with an action
4444
``` python
4545
# Get the contact lists of contact #2
4646
result = mailjet.contact_getcontactslists.get(id=2)

0 commit comments

Comments
 (0)