From 66c28472c2c3b075d1a436c327256cd658cc00b9 Mon Sep 17 00:00:00 2001 From: Daniel Kimsey <90741+dekimsey@users.noreply.github.com> Date: Tue, 1 Feb 2022 09:41:58 -0600 Subject: [PATCH] Fix spelling in generateTestForPackage description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69aa12e938..c1c3aa0ab2 100644 --- a/package.json +++ b/package.json @@ -1769,7 +1769,7 @@ "generateTestForPackage": { "type": "boolean", "default": true, - "description": "If true, adds command to generate unit tests for currnt package to the editor context menu" + "description": "If true, adds command to generate unit tests for current package to the editor context menu" }, "addImport": { "type": "boolean",