Skip to content

Commit 571c3d1

Browse files
Fix type in dotnet-install-script.md (#45896)
Fix missing space that was causing incorrect indentation in options list for the `-ZipPath` option.
1 parent 3a69c5e commit 571c3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-install-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The install scripts do not update the registry on Windows. They just download th
207207

208208
- **`-ZipPath|--zip-path <PATH>`**
209209

210-
If set, the downloaded SDK archive is stored at the specified path.
210+
If set, the downloaded SDK archive is stored at the specified path.
211211

212212
- **`-Verbose|--verbose`**
213213

0 commit comments

Comments
 (0)