Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 28442c0

Browse files
author
Matt Bernier
authored
Merge pull request #14 from aaronang/docs/fix-typos
Fix typos and grammar
2 parents c7cd3fe + 0d6708e commit 28442c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Working examples that demonstrate usage.
103103

104104
**client.js**
105105

106-
There is a object to hold both the request and response to the API server.
106+
There is an object to hold both the request and response to the API server.
107107

108108
The main function that does the heavy lifting (and external entry point) is `API`.
109109

@@ -161,7 +161,7 @@ Please run your code through:
161161

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h
66

77
# Announcements
88

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

1111
# Installation
1212

0 commit comments

Comments
 (0)