diff --git a/lib/middleware/simple-authentication.js b/lib/middleware/simple-authentication.js index c5d4f9d64e..0276f28576 100644 --- a/lib/middleware/simple-authentication.js +++ b/lib/middleware/simple-authentication.js @@ -31,7 +31,7 @@ function unsecureAuthentication(app) { path: '/api/admin/login', type: 'unsecure', message: - 'You have to indetify yourself in order to use Unleash.', + 'You have to indentify yourself in order to use Unleash.', }) ) .end();