Update README.md

Fixed spelling.
This commit is contained in:
fritzmark 2020-10-31 22:34:41 +01:00 committed by Fabio Zadrozny
parent 97b1a61c91
commit b613ec84a0

View file

@ -53,7 +53,7 @@ The following command injects the debugger into a process with a given PID that
```
### Ignoring subprocesses
The following command will ignore subprocesses startet by the debugged process.
The following command will ignore subprocesses started by the debugged process.
```console
-m debugpy --listen localhost:5678 -pid 12345 --config-subProcess False
```