Skip to content

Commit f4734a6

Browse files
author
Arthur Cinader
authored
fix trivial typo (parse-community#3238)
1 parent aa071e0 commit f4734a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/LoggerController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class LoggerController extends AdaptableController {
137137
getLogs(options= {}) {
138138
if (!this.adapter) {
139139
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
140-
'Logger adapter is not availabe');
140+
'Logger adapter is not available');
141141
}
142142
if (typeof this.adapter.query !== 'function') {
143143
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,

0 commit comments

Comments
 (0)