From 5af3979e12374b5cfb52d2d724bbb417824e1f0e Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Mon, 4 Aug 2014 18:09:09 -0300 Subject: Fixed typo in email notification strings. --- jekyll-hook.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3