Skip to content

Commit

Permalink
Merge pull request #809 from aslafy-z/patch-5
Browse files Browse the repository at this point in the history
Properly capitalize "SendGrid" brand
  • Loading branch information
thinkingserious authored Oct 29, 2018
2 parents 895c5d0 + b9a1f15 commit 0bdab10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Closes #2
-
-

If you have questions, please send an email to [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.
If you have questions, please send an email to [SendGrid](mailto:[email protected]), or file a Github Issue in this repository.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Closes #2
-
-

If you have questions, please send an email to [Sendgrid](mailto:[email protected]), or file a Github Issue in this repository.
If you have questions, please send an email to [SendGrid](mailto:[email protected]), or file a Github Issue in this repository.
2 changes: 1 addition & 1 deletion packages/client/src/classes/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const {
} = require('@sendgrid/helpers');

/**
* Sendgrid REST Client
* SendGrid REST Client
*/
class Client {

Expand Down
2 changes: 1 addition & 1 deletion packages/contact-importer/src/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class ContactImporter extends EventEmitter {
}

/**
* Send a batch of contacts to Sendgrid.
* Send a batch of contacts to SendGrid.
*
* @param {Object} task Task to be processed (data in 'data' property)
* @param {Function} callback Callback function.
Expand Down

0 comments on commit 0bdab10

Please sign in to comment.