diff --git a/utils/redirect.js b/utils/redirect.js index 48a6a385..dd828bfe 100644 --- a/utils/redirect.js +++ b/utils/redirect.js @@ -8,7 +8,7 @@ const statusCodes = require('http').STATUS_CODES , redirect = (req) => { return function (url, status) { if (typeof url === 'undefined') { - events.emit('error:500', 'you must pass an URL to the redirect method'); + events.emit('error:500', 'You must pass an URL to the redirect method.'); return; }