Skip to content

Commit ee4b2b5

Browse files
committed
Corrected *.md files using Grammarly
1 parent a0dd29b commit ee4b2b5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2020

2121
## [3.0.0] - 2016-07-22
2222
### BREAKING CHANGE
23-
- While your code may continue to work as before, the async behavior has changed, as we don't block on .Result anymore
23+
- While your code may continue to work as before, the async behavior has changed, as we don't block on. Result anymore
2424
- Fixes [issue #259](https://github.com/sendgrid/sendgrid-csharp/issues/259) in the sendgrid-csharp library
2525
- Updated examples and README to demonstrate await usage
2626

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Members of the community are open to collaboration, whether it's on pull request
99
Members of the community are considerate of their peers, which include other contributors and users of SendGrid. We're thoughtful when addressing the efforts of others, keeping in mind that often the labor was completed with the intent of the good of the community. We're attentive in our communications, whether in person or online, and we're tactful when approaching differing views.
1010

1111
### Be Respectful
12-
Members of the community are respectful. We're respectful of others, their positions, their skills, their commitments and their efforts. We're respectful of the volunteer efforts that permeate the SendGrid community. We're respectful of the processes outlined in the community, and we work within them. When we disagree, we are courteous in raising our issues. Overall, we're good to each other. We contribute to this community not because we have to, but because we want to. If we remember that, these guidelines will come naturally.
12+
Members of the community are respectful. We're respectful of others, their positions, their skills, their commitments, and their efforts. We're respectful of the volunteer efforts that permeate the SendGrid community. We're respectful of the processes outlined in the community, and we work within them. When we disagree, we are courteous in raising our issues. Overall, we're good to each other. We contribute to this community not because we have to, but because we want to. If we remember that, these guidelines will come naturally.
1313

1414
## Additional Guidance
1515

CONTRIBUTING.md

Lines changed: 5 additions & 5 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 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
- [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/csharp-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/csharp-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
@@ -141,7 +141,7 @@ Generally, we follow the style guidelines as suggested by the official language.
141141

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
2525
<a name="announcements"></a>
2626
# Announcements
2727

28-
All updates to this project is documented in our [CHANGELOG](https://github.com/sendgrid/csharp-http-client/blob/master/CHANGELOG.md).
28+
All updates to this project are documented in our [CHANGELOG](https://github.com/sendgrid/csharp-http-client/blob/master/CHANGELOG.md).
2929

3030
<a name="installation"></a>
3131
# Installation

0 commit comments

Comments
 (0)