From 828eecaf2862ab95792841ffe4e4b48797fc4683 Mon Sep 17 00:00:00 2001 From: Steve Shreeve Date: Sat, 12 Nov 2022 00:15:07 -0700 Subject: [PATCH] docs: fix typo (#10889) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 82d291f6ad1d31..3065a63be5fc7a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ To use breakpoints and explore code execution, you can use the ["Run and Debug"] 2. Click the "Run and Debug" icon in the activity bar of the editor, which opens the [_Run and Debug view_](https://code.visualstudio.com/docs/editor/debugging#_run-and-debug-view). -3. Click the "JavaScript Debug Termimal" button in the _Run and Debug view_, which opens a terminal in VS Code. +3. Click the "JavaScript Debug Terminal" button in the _Run and Debug view_, which opens a terminal in VS Code. 4. From that terminal, go to `playground/xxx`, and run `pnpm run dev`.