diff --git a/docs/debugging.md b/docs/debugging.md index d81c4f01ec..dff13233b6 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -14,7 +14,7 @@ GoLand includes [debugging features](https://www.jetbrains.com/help/go/debugging ## Debugging automated tests -Debugging an automated test is often the most straightforward workflow for debugging a section of the codebase. For example, the Go extension for VS Code](https://code.visualstudio.com/docs/languages/go#_debugging) adds `run test | debug test` options above all tests in a `*_test.go` file. These allow debugging without any prior configuration. +Debugging an automated test is often the most straightforward workflow for debugging a section of the codebase. For example, the [Go extension for VS Code](https://code.visualstudio.com/docs/languages/go#_debugging) adds `run test | debug test` options above all tests in a `*_test.go` file. These allow debugging without any prior configuration. ### Debugging automated tests in VSCode @@ -94,4 +94,4 @@ Navigate to the Run and Debug view in the left-side Activity Bar. After selectin This is equivalent to running a Terraform CLI command in the local Terraform project's directory. For example, if you run and debug a plan command that saves a plan file, that plan file will be created. -This workflow is useful if you need to set up a complicated prior state to replicate a bug or if you want to debug code behaviour given a specific configuration. \ No newline at end of file +This workflow is useful if you need to set up a complicated prior state to replicate a bug or if you want to debug code behaviour given a specific configuration.