Skip to content

Commit fc43a4e

Browse files
authored
fix linting
1 parent f08c123 commit fc43a4e

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
@@ -290,7 +290,7 @@ The install scripts do not update the registry on Windows. They just download th
290290

291291
- Install multiple versions while not overwriting `dotnet` binaries from prior installs
292292

293-
If you install .NET SDKs or the .NET Runtime from an earlier version on top of a newer version, you need to use `--skip-non-versioned-files` so that
293+
If you install .NET SDKs or the .NET Runtime from an earlier version on top of a newer version, you need to use `--skip-non-versioned-files` so that
294294
the 'unversioned' `dotnet` files from the earlier version do not overwrite the same files from the newer version.
295295

296296
```shell

0 commit comments

Comments
 (0)