docs: fix typo in debugging.md

Change-Id: Ib64c2616c6c14ebeafc824d235cb0e508fc121ad
GitHub-Last-Rev: f9be4890c812f47edce96e27099848ceb9c0a42e
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>
diff --git a/docs/debugging.md b/docs/debugging.md
index 643e9a3..061c2cb 100644
--- a/docs/debugging.md
+++ b/docs/debugging.md
@@ -822,7 +822,7 @@
 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 @@
 ```
 
 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