Skip to content

Commit 999dd10

Browse files
docs: Fix .md with Grammar.ly (#72)
1 parent e4e3400 commit 999dd10

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Change Log
2-
All notable changes to this project will be documented in this file.
2+
All the notable changes to this project will be documented in this file.
33

44
[2020-07-08] Version 0.4.4
55
--------------------------

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Hello! Thank you for choosing to help contribute to one of the SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
1+
Hello! Thank you for choosing to help contribute to one of the Twilio SendGrid open source projects. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
22

33
- [Feature Request](#feature-request)
44
- [Submit a Bug Report](#submit-a-bug-report)
@@ -18,21 +18,21 @@ If you'd like to make a feature request, please read this section.
1818

1919
The GitHub issue tracker is the preferred channel for library feature requests, but please respect the following restrictions:
2020

21-
- Please **search for existing issues** in order to ensure we don't have duplicate bugs/feature requests.
22-
- Please be respectful and considerate of others when commenting on issues
21+
- Please **search for existing issues** to ensure we don't have duplicate bugs/feature requests.
22+
- Please be respectful and considerate of others when commenting on issues.
2323

2424
<a name="submit-a-bug-report"></a>
2525
## Submit a Bug Report
2626

2727
Note: DO NOT include your credentials in ANY code examples, descriptions, or media you make public.
2828

29-
A software bug is a demonstrable issue in the code base. In order for us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
29+
A software bug is a demonstrable issue in the code base. For us to diagnose the issue and respond as quickly as possible, please add as much detail as possible into your bug report.
3030

3131
Before you decide to create a new issue, please try the following:
3232

3333
1. Check the Github issues tab if the identified issue has already been reported, if so, please add a +1 to the existing post.
34-
2. Update to the latest version of this code and check if the issue has already been fixed
35-
3. Copy and fill in the Bug Report Template we have provided below
34+
2. Update to the latest version of this code and check if the issue has already been fixed.
35+
3. Copy and fill in the Bug Report Template we have provided below.
3636

3737
### Please use our Bug Report Template
3838

@@ -84,7 +84,7 @@ Builds the SMTPAPI header.
8484

8585
All PRs require passing tests before the PR will be reviewed.
8686

87-
All test files are in the [`test`](test) directory.
87+
All the test files are in the [`test`](test) directory.
8888

8989
For the purposes of contributing to this repo, please update the [`__init__.py`](test/__init__.py) file with unit tests as you modify the code.
9090

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Announcements
1212
=============
1313
**The default branch name for this repository has been changed to `main` as of 07/27/2020.**
1414

15-
All updates to this module is documented in our `CHANGELOG`_.
15+
All the updates to this module are documented in our `CHANGELOG`_.
1616

1717
Table of Contents
1818
=================
@@ -85,7 +85,7 @@ We would love to hear your feedback.
8585
How to Contribute
8686
=================
8787

88-
We encourage contribution to our projects, please see our `CONTRIBUTING`_ guide for details.
88+
We encourage contribution to our projects, please see our `CONTRIBUTING`_ guide for more details.
8989

9090
Quick links:
9191

0 commit comments

Comments
 (0)