This commit is contained in:
Arthur Cinader
2016-08-15 13:49:45 -07:00
committed by Florent Vilmart
parent c0249283ac
commit 24a2416d10

View File

@@ -13,7 +13,7 @@ export class LogsRouter extends PromiseRouter {
validateRequest(req) {
if (!req.config || !req.config.loggerController) {
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
'Logger adapter is not availabe');
'Logger adapter is not available');
}
}