Skip to content

Commit ff40259

Browse files
authored
Update global-json.md (#45651)
1 parent 8ecdfc4 commit ff40259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/global-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following table shows the possible values for the `rollForward` key:
9191
- Type: Array of `string`
9292
- Available since: .NET 10 Preview 3 SDK.
9393

94-
Specifies additional locations that should be considered when searching for a compatible .NET SDK. Paths can be absolute or relative to the location of the *global.json* file. The special value `$host$` represents the location corresponding to the running `dotnet` executable.
94+
Specifies the locations that should be considered when searching for a compatible .NET SDK. Paths can be absolute or relative to the location of the *global.json* file. The special value `$host$` represents the location corresponding to the running `dotnet` executable.
9595

9696
These paths are searched in the order they're defined and the first [matching](#matching-rules) SDK is used.
9797

0 commit comments

Comments
 (0)