1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Fix typo in simple-authentication.js

This commit is contained in:
ivaosthu 2018-01-16 15:32:39 +01:00 committed by Ivar Conradi Østhus
parent 286849c16b
commit 77482bd7a7

View File

@ -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();