From b0ee08758e0da412a171a89dd63f3f6284561207 Mon Sep 17 00:00:00 2001 From: Jan Dolejsi Date: Mon, 5 Aug 2019 10:13:52 +0200 Subject: [PATCH] uses the same spelling for 'JS Fiddle' to avoid confusion --- source-control-sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-control-sample/package.json b/source-control-sample/package.json index 686560ef..49adb455 100644 --- a/source-control-sample/package.json +++ b/source-control-sample/package.json @@ -19,7 +19,7 @@ "commands": [ { "command": "extension.source-control.open", - "title": "Open JSFiddle" + "title": "Open JS Fiddle" }, { "command": "extension.source-control.commit",