Skip to content

Commit 2b5e87f

Browse files
committed
typo
1 parent acd71ed commit 2b5e87f

File tree

1 file changed

+2
-2
lines changed
  • docs/core/whats-new/dotnet-10

1 file changed

+2
-2
lines changed

docs/core/whats-new/dotnet-10/sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Proceed? [y/n] (y): y
4343
|/
4444
```
4545
46-
This downloads and runs the specified tool package in one command. By default, users are prompted to confirm the download if the tool doesn't already exist locally. The latest version of the chosen tool package is used unless an explicit version is specified (for example, `dotnetsay @0.1.0`).
46+
This downloads and runs the specified tool package in one command. By default, users are prompted to confirm the download if the tool doesn't already exist locally. The latest version of the chosen tool package is used unless an explicit version is specified (for example, `[email protected]`).
4747

4848
One-shot tool execution works seamlessly with local tool manifests. If you run a tool from a location containing a `.config/dotnet-tools.json` nearby, the version of the tool in that configuration will be used instead of the latest version available.
4949

@@ -52,7 +52,7 @@ One-shot tool execution works seamlessly with local tool manifests. If you run a
5252
The `dnx` script provides a streamlined way to execute tools. It forwards all arguments to the `dotnet` CLI for processing, making tool usage as simple as possible:
5353

5454
```bash
55-
dnx dotnetsay "Hello, World!"
55+
dnx dotnetsay "Hello, World!"
5656
```
5757

5858
The actual implementation of the `dnx` command is in the `dotnet` CLI itself, allowing its behavior to evolve over time.

0 commit comments

Comments
 (0)