Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Apr 25, 2024
1 parent e4dcc03 commit 5843efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ When debugging a project, it's super helpful to attach a debugger to the CLI. If
2. Open a "JavaScript Debug Terminal" (e.g. by searching for it in the Command Palette (Shift-Cmd+P)). Every Node process that's opened in this terminal will have a debugger attached.

Check warning on line 97 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / lint-docs

[vale] reported by reviewdog 🐢 [smart-marks.smartQuotesBegin] Use a smart opening quote (β€œ) instead of a straight quote for ' "JavaScript' Raw Output: {"message": "[smart-marks.smartQuotesBegin] Use a smart opening quote (β€œ) instead of a straight quote for ' \"JavaScript'", "location": {"path": "CONTRIBUTING.md", "range": {"start": {"line": 97, "column": 10}}}, "severity": "WARNING"}

Check warning on line 97 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / lint-docs

[vale] reported by reviewdog 🐢 [smart-marks.smartQuotesEnd] Use a smart closing quote (”) instead of a straight quote for 'Terminal"' Raw Output: {"message": "[smart-marks.smartQuotesEnd] Use a smart closing quote (”) instead of a straight quote for 'Terminal\"'", "location": {"path": "CONTRIBUTING.md", "range": {"start": {"line": 97, "column": 29}}}, "severity": "WARNING"}

Check warning on line 97 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / lint-docs

[vale] reported by reviewdog 🐢 [smart-marks.smartApostrophes] Use a smart apostrophe (’) instead of a straight single quote mark in 'that's' Raw Output: {"message": "[smart-marks.smartApostrophes] Use a smart apostrophe (’) instead of a straight single quote mark in 'that's'", "location": {"path": "CONTRIBUTING.md", "range": {"start": {"line": 97, "column": 123}}}, "severity": "WARNING"}
3. Place a breakpoint somewhere in the CLI. You will have to place them in the compiled `.js` files as opposed to the `.ts` files.

Check warning on line 98 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / lint-docs

[vale] reported by reviewdog 🐢 [base.spelling] Spellcheck: did you really mean 'breakpoint'? Raw Output: {"message": "[base.spelling] Spellcheck: did you really mean 'breakpoint'?", "location": {"path": "CONTRIBUTING.md", "range": {"start": {"line": 98, "column": 12}}}, "severity": "WARNING"}
4. In your JavaScript Debug Terminal, navigate to the project you'd like to debug.

Check warning on line 99 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / lint-docs

[vale] reported by reviewdog 🐢 [smart-marks.smartApostrophes] Use a smart apostrophe (’) instead of a straight single quote mark in 'you'd' Raw Output: {"message": "[smart-marks.smartApostrophes] Use a smart apostrophe (’) instead of a straight single quote mark in 'you'd'", "location": {"path": "CONTRIBUTING.md", "range": {"start": {"line": 99, "column": 63}}}, "severity": "WARNING"}
5. Run `/path/to/netlify/cli/bin/run.js`. You should see the debugger connecting automatically.
5. Run `/path/to/netlify/cli/bin/run.js`. The debugger should be connecting automatically.

### Architecture

Expand Down

0 comments on commit 5843efe

Please sign in to comment.