From 9eed7a06018a63c5e2a4221cc8da396499dfc59c Mon Sep 17 00:00:00 2001 From: ivaosthu Date: Tue, 16 Jan 2018 15:32:39 +0100 Subject: [PATCH] Fix typo in simple-authentication.js --- lib/middleware/simple-authentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();