summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Zimmerman <ned@bight.ca>2014-08-04 18:09:09 -0300
committerNed Zimmerman <ned@bight.ca>2014-08-04 18:09:09 -0300
commit5af3979e12374b5cfb52d2d724bbb417824e1f0e (patch)
treec1ba1bea5eae59a38c87292b401636b901013b00
parentcf9f61dcf374348449bd9360eb4062679d6a2457 (diff)
Fixed typo in email notification strings.
-rwxr-xr-xjekyll-hook.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jekyll-hook.js b/jekyll-hook.js
index a5d61fa..e75a9f3 100755
--- a/jekyll-hook.js
+++ b/jekyll-hook.js
@@ -80,7 +80,7 @@ app.post('/hooks/jekyll/:branch', function(req, res) {
// Done running scripts
console.log('Successfully rendered: ' + data.owner + '/' + data.repo);
- send('Your website at ' + data.owner + '/' + data.repo + ' was succesfully published.', 'Succesfully published site', data);
+ send('Your website at ' + data.owner + '/' + data.repo + ' was successfully published.', 'Successfully published site', data);
if (typeof cb === 'function') cb();
return;