From cae6ee223463dfc0898503c779dc60651fa388e1 Mon Sep 17 00:00:00 2001 From: Matt Lacey Date: Wed, 21 Jan 2026 14:18:56 +0000 Subject: [PATCH] Fix typo in build.md (#20513) just a single typo fix --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index cef5ed3e10..2285e56d01 100644 --- a/docs/build.md +++ b/docs/build.md @@ -71,7 +71,7 @@ And run tests: Or if you need to create nuget packages as well (it will compile and run tests automatically): `nuke --target Package --configuration Release` -Alternatively, you can run nuke build direclty without installing Nuke global tool: +Alternatively, you can run nuke build directly without installing Nuke global tool: `dotnet run --project nukebuild/_build.csproj -- --configuration Debug` # Linux/macOS