From 7d302028e73a76f1077a8afe64e3f9482ca576cb Mon Sep 17 00:00:00 2001 From: Tony Hallett Date: Mon, 20 Jan 2025 17:43:25 +0000 Subject: [PATCH] md grammar correction (#1194) --- setup-wizard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-wizard.md b/setup-wizard.md index cd8715463..5984ff9c2 100644 --- a/setup-wizard.md +++ b/setup-wizard.md @@ -40,7 +40,7 @@ The tool provides 3 main setup tasks: setup-tool/main-menu.png -1. [Setup Jest Command](#setup-jest-command): used by the extension to kick off a jest test run on behave of users. +1. [Setup Jest Command](#setup-jest-command): used by the extension to kick off a jest test run on behalf of users. 2. [Setup Jest Debug Config](#setup-jest-debug-config): to enable debugging individual jest tests via the debug codeLens. 3. [Setup Monorepo Project](#setup-monorepo-project): to assist the monorepo projects adapting to the vscode environment.