From 3b810e30303ddd83270bb9f5cbfdb9b422e1e364 Mon Sep 17 00:00:00 2001 From: Rich Lafferty Date: Sun, 12 Nov 2023 19:15:15 -0500 Subject: [PATCH] fix grammar of extension description Noticed this in the extension directory, appreciated the irony, but figured I'd fix it while top of mind. I suppose it could also be > Grammar checking for VS Code Studio using Grammarly. --- extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/package.json b/extension/package.json index 06aaf4c8b..a58f9473f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -3,7 +3,7 @@ "name": "grammarly", "publisher": "znck", "displayName": "Grammarly", - "description": "A grammar checking for Visual Studio Code using Grammarly.", + "description": "A grammar checking extension for Visual Studio Code using Grammarly.", "version": "0.24.0", "icon": "assets/logo.png", "preview": true,