Skip to content

Commit 890cc08

Browse files
authored
caution,wording
1 parent 4aa5669 commit 890cc08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tools/dotnet-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dotnet format -h|--help
3434

3535
The MSBuild project or solution to run code formatting on. If a project or solution file is not specified, MSBuild searches the current working directory for a file that has a file extension that ends in *proj* or *sln*, and uses that file.
3636

37-
> [!WARNING]
38-
> dotnet-format may restore, compile, and run analyzers on the specified project or solution. Make sure to only invoke the tool against trusted code.
37+
> [!CAUTION]
38+
> dotnet-format may restore, compile, and run analyzers from the specified project or solution. Make sure to only invoke the tool against trusted code.
3939
4040
## Options
4141

0 commit comments

Comments
 (0)