Fix typo (#85210)
authorJoseph Musser <me@jnm2.com>
Sun, 23 Apr 2023 02:40:51 +0000 (19:40 -0700)
committerGitHub <noreply@github.com>
Sun, 23 Apr 2023 02:40:51 +0000 (19:40 -0700)
docs/workflow/debugging/coreclr/debugging-runtime.md

index e390a54..74a742f 100644 (file)
@@ -233,4 +233,4 @@ If the target process is using a .NET Runtime that is either from a daily build,
 There are three ways to configure Visual Studio to disable signature validation:
 1.     The [`DOTNET_ROOT` environment variable](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-environment-variables#dotnet_root-dotnet_rootx86): if Visual Studio is started from a command prompt where `DOTNET_ROOT` is set, it will ignore unsigned .NET runtime debugger libraries which are under the `DOTNET_ROOT` directory.
 2.     The `VSDebugger_ValidateDotnetDebugLibSignatures` environment variable: If you want to temporarily disable signature validation, run `set VSDebugger_ValidateDotnetDebugLibSignatures=0` in a command prompt, and start Visual Studio (devenv.exe) from this command prompt.
-3.     Set the `ValidateDotnetDebugLibSignatures` registry key: To disable signature validation on a more permanent bases, you can set the VS registry key to turn it off. To do so, open a Developer Command Prompt, and run `Common7\IDE\VsRegEdit.exe set local HKCU Debugger\EngineSwitches ValidateDotnetDebugLibSignatures dword 0`
+3.     Set the `ValidateDotnetDebugLibSignatures` registry key: To disable signature validation on a more permanent basis, you can set the VS registry key to turn it off. To do so, open a Developer Command Prompt, and run `Common7\IDE\VsRegEdit.exe set local HKCU Debugger\EngineSwitches ValidateDotnetDebugLibSignatures dword 0`