Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Closes #2

### Checklist
- [ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
- [ ] I have read the [Contribution Guide] and my PR follows them.
- [ ] I updated my branch with the `development` branch.
- [ ] I have read the [Contribution Guide] and my PR follows them
- [ ] I updated my branch with the `development` branch
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation about the functionality in the appropriate .md file
- [ ] I have added in line documentation to the code I modified
- [ ] I have added inline documentation to the code I modified

### Short description of what this PR does:
-
-

If you have questions, please send an email to [Sendgrid](mailto:dx@sendgrid.com), or file a Github Issue in this repository.
If you have questions, please send an email to [SendGrid](mailto:dx@sendgrid.com), or file a GitHub Issue in this repository.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ print(header.json_string())
* [Categories](#categories)
* [Schedulling Parameters](#schedulling-parameters)
* [Section Tags](#section-tags)
* [Subtitution Tags](#subtitution-tags)
* [Substitution Tags](#substitution-tags)
* [Suppression Groups](#suppression-groups)
* [Unique Arguments](#unique-arguments)

Expand Down Expand Up @@ -213,7 +213,7 @@ The format of the SMTP API section tag has the form:
```

<a name="subtitution-tags"></a>
# Subtitution Tags
# Substitution Tags

**This endpoint allows you to easily generate dynamic content for each recipient on your list.**

Expand Down