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

Commit

Permalink
Fix typos and grammar
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
aaronang committed Oct 17, 2017
1 parent c7cd3fe commit 0d6708e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Working examples that demonstrate usage.

**client.js**

There is a object to hold both the request and response to the API server.
There is an object to hold both the request and response to the API server.

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

Expand Down Expand Up @@ -161,7 +161,7 @@ Please run your code through:

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ If you are looking for the SendGrid API client library, please see [this repo](h

# Announcements

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

# Installation

Expand Down

0 comments on commit 0d6708e

Please sign in to comment.