From 40f7796828d659b070b5e7dd1bf3a92c832eedcf Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Tue, 22 Apr 2025 16:32:21 -0700 Subject: [PATCH] Fix type in dotnet-install-script.md Fix missing space that was causing incorrect indentation in options list for the `-ZipPath` option. --- docs/core/tools/dotnet-install-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index 471db65f84130..1800e8061ad5a 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -207,7 +207,7 @@ The install scripts do not update the registry on Windows. They just download th - **`-ZipPath|--zip-path `** - If set, the downloaded SDK archive is stored at the specified path. + If set, the downloaded SDK archive is stored at the specified path. - **`-Verbose|--verbose`**