small typo fix (#337)

This commit is contained in:
Samyak Bakliwal 2020-06-30 01:13:45 +05:30 committed by GitHub
parent eda3513dbe
commit cdf0a13f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ const authenticate = (
}
if (user && user.banned) {
throw new CustomError("Your are banned from using this website.", 403);
throw new CustomError("You're banned from using this website.", 403);
}
if (user) {