From 41b70ce0e48ccb39b3309e846b58e57e87f4c517 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 4 Jun 2026 13:56:20 +0530 Subject: [PATCH] docs: fix command palette typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dae75a8523e..809689279de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,7 +98,7 @@ You can run the documentation server locally using either of the following metho 1. Open VS Code in the root directory of the project. -2. Open the VS Code command pallet (`cmd/ctrl+shift+p`) and select `Tasks: Run Task`. +2. Open the VS Code command palette (`cmd/ctrl+shift+p`) and select `Tasks: Run Task`. 3. Look for the `docs:start` task and select it. @@ -142,7 +142,7 @@ npm i -g vite #### VS Code -1. Open the VS Code command pallet (`cmd/ctrl+shift+p`) and select `Tasks: Run Task` and then select +1. Open the VS Code command palette (`cmd/ctrl+shift+p`) and select `Tasks: Run Task` and then select `install-all-dependencies` 2. Start debugging: