docs: fix typo in debugging.md

Change-Id: Ib64c2616c6c14ebeafc824d235cb0e508fc121ad
GitHub-Last-Rev: f9be4890c8
GitHub-Pull-Request: golang/vscode-go#3255
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/571955
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Commit-Queue: Ian Lance Taylor <iant@golang.org>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
ossan 2024-04-30 15:06:28 +00:00 коммит произвёл Hyang-Ah Hana Kim
Родитель fe57357337
Коммит f907536117
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -822,7 +822,7 @@ command-line options.
We encourage you to give the newly added `"debugAdapter": "dlv-dap"` support a
try and to
[let us know of any issues](https://github.com/golang/vscode-go/issues/new). If
you need to use the `legacy` mode, pleasse also see the
you need to use the `legacy` mode, please also see the
[legacy remote debugging](debugging-legacy.md#remote-debugging) documentation.
For example, start external headless server:
@ -1050,7 +1050,7 @@ in the module cache, vendored modules, and the standard library.
```
Since rules are applied both from client to server and server to client,
rules with an empty string will be applied to *all* paths that it sees, so even
rules with an empty string will be applied to _all_ paths that it sees, so even
dependencies will be mapped to `"/path/to/module"`.
We plan to make this easier in the future. Progress can be tracked