From acbf94a6861455aed274ef194a6aab5e12951492 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Mon, 22 Jan 2018 18:05:47 +0700 Subject: [PATCH] Update errorHandlers.js deamon is incorrect billbitt. the correct words is daemon --- helpers/errorHandlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/errorHandlers.js b/helpers/errorHandlers.js index 9a5b24d1..e170a9aa 100644 --- a/helpers/errorHandlers.js +++ b/helpers/errorHandlers.js @@ -7,7 +7,7 @@ module.exports = { if (error.code === 'ECONNREFUSED') { status = 503; message = 'Connection refused. The daemon may not be running.'; - // check for errors from the deamon + // check for errors from the daemon } else if (error.response) { status = error.response.status || 500; if (error.response.data) {