Cprrect typo

This commit is contained in:
Dirk Baeumer
2018-06-27 16:00:16 +02:00
parent 5078e6bd3d
commit 35668c8ac5

View File

@ -33,7 +33,7 @@ export function activate(context: ExtensionContext) {
// Register the server for plain text documents
documentSelector: [{scheme: 'file', language: 'plaintext'}],
synchronize: {
// Notify the server about file changes to '.clientrc files contain in the workspace
// Notify the server about file changes to '.clientrc files contained in the workspace
fileEvents: workspace.createFileSystemWatcher('**/.clientrc'),
}
}