fix trivial typo (#3238)

This commit is contained in:
Arthur Cinader
2016-12-14 14:28:23 -08:00
committed by GitHub
parent aa071e034e
commit f4734a65c0

View File

@@ -137,7 +137,7 @@ export class LoggerController extends AdaptableController {
getLogs(options= {}) {
if (!this.adapter) {
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
'Logger adapter is not availabe');
'Logger adapter is not available');
}
if (typeof this.adapter.query !== 'function') {
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,