From b1b45aee27ce688f7416ccaff8efcf825427a25c Mon Sep 17 00:00:00 2001 From: Jason Fry Date: Thu, 16 Jan 2020 14:05:54 -0500 Subject: [PATCH] :speech_balloon: Fix grammar on Welcome Page **Why:** For whatever reason this particular grammar offense was really driving me batty. I try not to be a grammar nazi, hopefully this is a helpful change for others and not just my sanity :) **How:** Move the preposition 'out' to the start of the prepositional phrase, instead of the end of the phrase. Resolves #88799 --- .../contrib/welcome/page/browser/vs_code_welcome_page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts b/src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts index 68d9617bc8f..ab2af19a26a 100644 --- a/src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts +++ b/src/vs/workbench/contrib/welcome/page/browser/vs_code_welcome_page.ts @@ -66,7 +66,7 @@ export default () => `
-
+
-- GitLab