Skip to content

Commit 652f7a9

Browse files
Final changes before merge
1 parent 1c04fa7 commit 652f7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Please review [our guide](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/
2626
Using pip:
2727

2828
```bash
29-
pip unistall sendgrid
29+
pip uninstall sendgrid
3030
pip install sendgrid=1.6.22
3131
```
3232

@@ -54,7 +54,7 @@ except urllib2.HTTPError as e:
5454
<a name="versions"></a>
5555
## Versions
5656

57-
We follow the MAJOR.MINOR.PATCH versioning scheme as described by [SemVer.org](http://semver.org). Therefore, we recommend that you always pin (or vendor) the particular version you are working with to your code and never auto-update to the latest version. Especially when there is a MAJOR point release, since that is guarenteed to be a breaking change.
57+
We follow the MAJOR.MINOR.PATCH versioning scheme as described by [SemVer.org](http://semver.org). Therefore, we recommend that you always pin (or vendor) the particular version you are working with to your code and never auto-update to the latest version. Especially when there is a MAJOR point release, since that is guarenteed to be a breaking change. Changes are documented in the [CHANGELOG](https://github.com/sendgrid/sendgrid-python/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-python/releases) section.
5858

5959
<a name="environment"></a>
6060
## Environment Variables and Your SendGrid API Key

0 commit comments

Comments
 (0)