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 6bcb1ce commit 3f5fb49Copy full SHA for 3f5fb49
src/rules/apex/apex-import.ts
@@ -28,7 +28,7 @@ export const rule = ESLintUtils.RuleCreator.withoutDocs({
28
},
29
messages: {
30
[APEX_IMPORT_RULE_ID]:
31
- 'Using Apex in LWC Offline-enabled mobile apps requires careful consideration in offliine scenarios.'
+ 'Using Apex in LWC Offline-enabled mobile apps requires careful consideration in offline scenarios.'
32
33
type: 'suggestion',
34
schema: []
0 commit comments