summaryrefslogtreecommitdiffstats
path: root/lib/sendgrid.js
diff options
context:
space:
mode:
authorKyle Partridge <partkyle@gmail.com>2012-01-13 16:14:55 -0800
committerKyle Partridge <partkyle@gmail.com>2012-01-13 16:14:55 -0800
commita181cd045b11071d9ea9c3df959ec1da2726649c (patch)
tree7f7b584aa78bd6e364229995576c457e19eee795 /lib/sendgrid.js
parent35b0606a10c9bafadcf53636e42136eb0591b3a9 (diff)
downloadsendgrid-nodejs-a181cd045b11071d9ea9c3df959ec1da2726649c.zip
sendgrid-nodejs-a181cd045b11071d9ea9c3df959ec1da2726649c.tar.gz
sendgrid-nodejs-a181cd045b11071d9ea9c3df959ec1da2726649c.tar.bz2
added a period
Diffstat (limited to 'lib/sendgrid.js')
-rw-r--r--lib/sendgrid.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sendgrid.js b/lib/sendgrid.js
index 3eabc8e..ef9d29f 100644
--- a/lib/sendgrid.js
+++ b/lib/sendgrid.js
@@ -10,7 +10,7 @@ var mime = require('mime');
var Email = require('./email');
/*
- * Class for handling communications with SendGrid
+ * Class for handling communications with SendGrid.
*
* @param {String} api_user The SendGrid username.
* @param {String} api_key The key credentials for SendGrid.