We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa071e0 commit f4734a6Copy full SHA for f4734a6
src/Controllers/LoggerController.js
@@ -137,7 +137,7 @@ export class LoggerController extends AdaptableController {
137
getLogs(options= {}) {
138
if (!this.adapter) {
139
throw new Parse.Error(Parse.Error.PUSH_MISCONFIGURED,
140
- 'Logger adapter is not availabe');
+ 'Logger adapter is not available');
141
}
142
if (typeof this.adapter.query !== 'function') {
143
0 commit comments