Typo fixes for src/vs/workbench/services

This commit is contained in:
Francois Valdy
2015-11-24 17:12:59 +01:00
parent 3bf9b6e424
commit 62960334ae
11 changed files with 19 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ export interface IWorkspaceContextService extends IBaseWorkspaceContextService {
updateOptions(key: string, value: any): void;
/**
* Convinient way to check if auto save is enabled or not.
* Convenient way to check if auto save is enabled or not.
*/
isAutoSaveEnabled(): boolean;
}