Fix incorrect usage of 'an'

This commit is contained in:
cdfzo
2023-11-28 21:08:27 +01:00
parent b8bd441237
commit ebb0455400
4 changed files with 18 additions and 18 deletions

View File

@ -183,7 +183,7 @@ async function validateTextDocument(textDocument: TextDocument): Promise<void> {
connection.onDidChangeWatchedFiles(_change => {
// Monitored files have change in VSCode
connection.console.log('We received an file change event');
connection.console.log('We received a file change event');
});
// This handler provides the initial list of the completion items.