sbkwgh hace 8 años
padre
commit
57ee6cb603
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/errors.js

+ 1 - 1
lib/errors.js

@@ -2,7 +2,7 @@ let Errors = {
 	unknown: 'An unknown error occured on our end. Please try again later',
 	accountAlreadyCreated: 'This account has already been created',
 	invalidLoginCredentials: 'Invalid login credentials were provided',
-	requestNotAuthorized: 'The request was not authorizedbn',
+	requestNotAuthorized: 'The request was not authorized',
 	missingParameter (param) {
 		return `The request is missing the parameter "${param}"`
 	},