Skip to content

Commit bfe0c33

Browse files
authored
Merge pull request #12506 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents 302ab48 + f3140c7 commit bfe0c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/tutorial-test-custom-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Unit tests are important, but you also need to test the custom MSBuild task in a
142142
1. The test argument gives the instructions to build this MSBuild file:
143143

144144
```csharp
145-
//Arrage
145+
//Arrange
146146
buildProcess.StartInfo.Arguments = "build .\\Resources\\testscript-success.msbuild /t:generateSettingClass";
147147
```
148148

0 commit comments

Comments
 (0)