Skip to content

Commit 4741e4a

Browse files
committed
Fix grammar
1 parent 0694045 commit 4741e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/application/diagnostics/checks/envPathVariable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { DiagnosticCommandPromptHandlerServiceId, MessageCommandPrompt } from '.
1717
import { DiagnosticScope, IDiagnostic, IDiagnosticHandlerService } from '../types';
1818

1919
const InvalidEnvPathVariableMessage = 'The environment variable \'{0}\' seems to have some paths containing characters (\';\', \'"\', \'%\' or \';;\').' +
20-
' The existence of such characters are known to have caused the {1} extension not load.';
20+
' The existence of such characters are known to have caused the {1} extension to not load.';
2121

2222
export class InvalidEnvironmentPathVariableDiagnostic extends BaseDiagnostic {
2323
constructor(message) {

0 commit comments

Comments
 (0)