Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9b7aeb3

Browse files
Apply suggestions from code review
Co-authored-by: Ryan Cartwright <[email protected]>
1 parent 14d329b commit 9b7aeb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/python/debugging.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updated_at: 2025-03-27
1010

1111
# Debugging
1212

13-
This guide will walk you through seting up local debugging for Nitric applications written in Python.
13+
This guide will walk you through setting up local debugging for Nitric applications written in Python.
1414

1515
## Local Debugging with Python
1616

@@ -55,7 +55,7 @@ runtimes:
5555
5656
### 3. Configure `launch.json` in VS Code
5757

58-
VS Code uses a launch.json file to define how it should start or attach to a debugging session. In this case, the debugger doesn't launch the application itself—it attaches to the running service that was started manually from the terminal.
58+
VS Code uses a `launch.json` file to define how it should start or attach to a debugging session. In this case, the debugger doesn't launch the application itself—it attaches to the running service that was started manually from the terminal.
5959

6060
To create or update the launch.json file:
6161

0 commit comments

Comments
 (0)