Skip to content

Commit

Permalink
Fix typo in simple-authentication.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaosthu committed Jan 17, 2018
1 parent ce18073 commit 9eed7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/simple-authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9eed7a0

Please sign in to comment.