Skip to content

Commit

Permalink
docs: fix typo (#10889)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreeve committed Nov 12, 2022
1 parent 9c808cd commit 828eeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 828eeca

Please sign in to comment.