From 382a3e9256921fbf7467ef59ea3697106dd2ff5e Mon Sep 17 00:00:00 2001 From: "Momoto, Seiji" <836856+momoto@users.noreply.github.com> Date: Mon, 18 Jun 2018 16:48:43 +0900 Subject: [PATCH] Fix typo in main.contribution.ts (#52104) --- src/vs/workbench/electron-browser/main.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/electron-browser/main.contribution.ts b/src/vs/workbench/electron-browser/main.contribution.ts index 0462a5e555e..a79a1ffa126 100644 --- a/src/vs/workbench/electron-browser/main.contribution.ts +++ b/src/vs/workbench/electron-browser/main.contribution.ts @@ -223,7 +223,7 @@ configurationRegistry.registerConfiguration({ 'type': 'string', 'enum': ['right', 'down'], 'default': 'right', - 'description': nls.localize('sideBySideDirection', "Controls the default direction of editors that are opened side by side (e.g. from the explorer). By default, editors will open on the rigth hand side of the currently active one. If changed to open down, the editors will open below the currently active one.") + 'description': nls.localize('sideBySideDirection', "Controls the default direction of editors that are opened side by side (e.g. from the explorer). By default, editors will open on the right hand side of the currently active one. If changed to open down, the editors will open below the currently active one.") }, 'workbench.editor.closeEmptyGroups': { 'type': 'boolean', -- GitLab