From 7eb167a21b01170cf5ec7f097b6dc70f70d27928 Mon Sep 17 00:00:00 2001 From: Takashi Arai Date: Tue, 5 Mar 2024 11:13:40 -0800 Subject: [PATCH] Update src/commands/lint/configureLintingToolsCommand.ts Co-authored-by: Kevin Hawkins --- src/commands/lint/configureLintingToolsCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/lint/configureLintingToolsCommand.ts b/src/commands/lint/configureLintingToolsCommand.ts index 3fd39af..7bf97ac 100644 --- a/src/commands/lint/configureLintingToolsCommand.ts +++ b/src/commands/lint/configureLintingToolsCommand.ts @@ -48,7 +48,7 @@ export class ConfigureLintingToolsCommand { // Ask user to add eslint plugin const result = await this.showMessage( - 'Do you want to add eslint plugin for LWC data graph anaylsis to your package.json?', + 'Do you want to add the ESLint plugin for LWC graph analysis to your project? This will give you linting feedback on code patterns that will not support your LWCs working offline, for mobile use cases.', MessageType.InformationYesNo );