Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYanni authored Jul 10, 2024
1 parent b75a3af commit e2ef221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/msbuild/usingtask-element-msbuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The assembly containing the custom task is loaded when the `Task` is first used.
AssemblyFile="c:\myTasks\myTask.dll" />
```

Because there is no `Runtime` or `TaskHost` specified, the task will be executed the MSBuild process, in the runtime and architecture that happen to be running for a given build.
Because there is no `Runtime` or `TaskHost` specified, the task will be executed in the MSBuild process, in the runtime and architecture that happen to be running for a given build.

## Example 2

Expand Down

0 comments on commit e2ef221

Please sign in to comment.