From 4db4880b6d4fcc2cf4f1586fd6fcbf318862f61d Mon Sep 17 00:00:00 2001 From: felixfeit <55563921+felixfeit@users.noreply.github.com> Date: Thu, 26 Nov 2020 19:31:46 +0100 Subject: [PATCH] Fix typos. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6aa95c3..0d9fb5d 100644 --- a/README.md +++ b/README.md @@ -1108,7 +1108,7 @@ to: [the debugpy documentation](https://github.com/microsoft/debugpy#debugpy-cli-usage) for details. -* use the built-in "multi-session" adapter. This just asks for the host/port to +* Use the built-in "multi-session" adapter. This just asks for the host/port to connect to. For example: ```json @@ -1127,11 +1127,11 @@ to: } ``` -See [deatils of the launch +See [details of the launch configuration](https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings) for explanation of things like `pathMappings`. -Additional documenation, including how to do this when the remote machine can +Additional documentation, including how to do this when the remote machine can only be contacted via SSH [are provided by debugpy](https://github.com/microsoft/debugpy/wiki/Debugging-over-SSH).