summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;