Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
availble to available
  • Loading branch information
nathandyer authored and btkostner committed Apr 5, 2016
1 parent f98a8d3 commit 4e833ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/policy/isRole.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export function IsRole (role) {
if (role === possibilities.indexOf('BETA')) {
Log.silly(`${ctx.user.username} is not beta enough`)
return ctx.render('error', {
message: 'Houston is currently only avalible to beta testers'
message: 'Houston is currently only available to beta testers'
})
}

Expand Down

0 comments on commit 4e833ab

Please sign in to comment.