Skip to content

Commit eee424a

Browse files
authored
docs: Corrected *.md files using Grammarly (#84)
1 parent a968920 commit eee424a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: CONTRIBUTING.md

+5-5
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 libraries. 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 SendGrid open source libraries. There are many ways you can contribute and help is always welcome. We simply ask that you follow the following contribution policies.
22

33
- [CLAs and CCLAs](#cla)
44
- [Roadmap & Milestones](#roadmap)
@@ -11,14 +11,14 @@ Hello! Thank you for choosing to help contribute to one of the SendGrid open sou
1111
- [Creating a Pull Request](#creating-a-pull-request)
1212

1313
<a name="roadmap"></a>
14-
We use [Milestones](https://github.com/sendgrid/ruby-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions and additional PRs are welcomed and encouraged.
14+
We use [Milestones](https://github.com/sendgrid/ruby-http-client/milestones) to help define current roadmaps, please feel free to grab an issue from the current milestone. Please indicate that you have begun work on it to avoid collisions. Once a PR is made, community review, comments, suggestions, and additional PRs are welcomed and encouraged.
1515

1616
<a name="cla"></a>
1717
## CLAs and CCLAs
1818

1919
Before you get started, SendGrid requires that a SendGrid Contributor License Agreement (CLA) be filled out by every contributor to a SendGrid open source project.
2020

21-
Our goal with the CLA is to clarify the rights of our contributors and reduce other risks arising from inappropriate contributions. The CLA also clarifies the rights SendGrid holds in each contribution and helps to avoid misunderstandings over what rights each contributor is required to grant to SendGrid when making a contribution. In this way the CLA encourages broad participation by our open source community and helps us build strong open source projects, free from any individual contributor withholding or revoking rights to any contribution.
21+
Our goal with the CLA is to clarify the rights of our contributors and reduce other risks arising from inappropriate contributions. The CLA also clarifies the rights SendGrid holds in each contribution and helps to avoid misunderstandings over what rights each contributor is required to grant to SendGrid when making a contribution. In this way, the CLA encourages broad participation by our open source community and helps us build strong open source projects, free from any individual contributor withholding or revoking rights to any contribution.
2222

2323
SendGrid does not merge a pull request made against a SendGrid open source project until that pull request is associated with a signed CLA. Copies of the CLA are available [here](https://gist.github.com/SendGridDX/98b42c0a5d500058357b80278fde3be8#file-sendgrid_cla).
2424

@@ -46,7 +46,7 @@ A software bug is a demonstrable issue in the code base. In order for us to diag
4646
Before you decide to create a new issue, please try the following:
4747

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

5252
### Please use our Bug Report Template
@@ -166,7 +166,7 @@ Please run your code through:
166166

167167
4. Commit your changes in logical chunks. Please adhere to these [git commit
168168
message guidelines](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
169-
or your code is unlikely be merged into the main project. Use Git's
169+
or your code is unlikely to be merged into the main project. Use Git's
170170
[interactive rebase](https://help.github.com/articles/interactive-rebase)
171171
feature to tidy up your commits before making them public.
172172

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
1414
# Announcements
1515
**NEW:** If you're a software engineer who is passionate about #DeveloperExperience and/or #OpenSource, [this is an incredible opportunity to join our #DX team](https://sendgrid.com/careers/role/1421152/?gh_jid=1421152) as a Developer Experience Engineer and work with [@thinkingserious](https://github.com/thinkingserious) and [@aroach](https://github.com/aroach)! Tell your friends :)
1616

17-
All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/ruby-http-client/blob/master/CHANGELOG.md).
17+
All updates to this library are documented in our [CHANGELOG](https://github.com/sendgrid/ruby-http-client/blob/master/CHANGELOG.md).
1818

1919
# Table of Contents
2020
- [Installation](#installation)

Diff for: TROUBLESHOOTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you can't find a solution below, please open an [issue](https://github.com/se
88
<a name="request-body"></a>
99
## Viewing the Request Body
1010

11-
When debugging or testing, it may be useful to exampine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/api_v3.html).
11+
When debugging or testing, it may be useful to examine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/api_v3.html).
1212

1313
You can do this right before you call: `response = client.version('v3').api_keys.post(request_body: request_body)` like so:
1414

0 commit comments

Comments
 (0)