Skip to content

Commit 3f5fb49

Browse files
clivewongkhawkins
andauthored
Update src/rules/apex/apex-import.ts
Co-authored-by: Kevin Hawkins <[email protected]>
1 parent 6bcb1ce commit 3f5fb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/apex/apex-import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const rule = ESLintUtils.RuleCreator.withoutDocs({
2828
},
2929
messages: {
3030
[APEX_IMPORT_RULE_ID]:
31-
'Using Apex in LWC Offline-enabled mobile apps requires careful consideration in offliine scenarios.'
31+
'Using Apex in LWC Offline-enabled mobile apps requires careful consideration in offline scenarios.'
3232
},
3333
type: 'suggestion',
3434
schema: []

0 commit comments

Comments
 (0)