Skip to content

Commit

Permalink
Fix typo in global-json.md: "You can create a new the global.json fil…
Browse files Browse the repository at this point in the history
…e" vs "You can create a new global.json file" (#23843)
  • Loading branch information
bchavez authored Apr 20, 2021
1 parent 50558da commit 0979dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/global-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ It's helpful to know which SDK versions are installed on your machine to set one

To install additional .NET SDK versions on your machine, visit the [Download .NET](https://dotnet.microsoft.com/download/dotnet) page.

You can create a new the *global.json* file in the current directory by executing the [dotnet new](dotnet-new.md) command, similar to the following example:
You can create a new *global.json* file in the current directory by executing the [dotnet new](dotnet-new.md) command, similar to the following example:

```dotnetcli
dotnet new globaljson --sdk-version 3.0.100
Expand Down

0 comments on commit 0979dfc

Please sign in to comment.