diff --git a/lib/middleware/simple-authentication.js b/lib/middleware/simple-authentication.js index e7b90728b2..4ce4c9d8d6 100644 --- a/lib/middleware/simple-authentication.js +++ b/lib/middleware/simple-authentication.js @@ -34,7 +34,7 @@ function unsecureAuthentication(basePath = '', app) { path: `${basePath}/api/admin/login`, type: 'unsecure', message: - 'You have to indentify yourself in order to use Unleash.', + 'You have to identify yourself in order to use Unleash.', }), ) .end();