Skip to content

Commit

Permalink
Small grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdufault committed May 9, 2018
1 parent a5cb839 commit 6bed8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export function activate(context: ExtensionContext) {
window.showErrorMessage(
'cquery.launch.command has changed; either add cquery to your PATH ' +
'or make cquery.launch.command an absolute path. Current value: "' +
command + '" cquery.launch.workingDirectory has been removed.');
command + '". cquery.launch.workingDirectory has been removed.');
});
context.subscriptions.push(languageClient.start());

Expand Down

0 comments on commit 6bed8bf

Please sign in to comment.