Skip to content

Commit 6f7f319

Browse files
author
Greg Van Liew
authored
Merge pull request #35 from Sarabeth-Jaffe-Microsoft/patch-2
minor typo
2 parents f494982 + dde0f65 commit 6f7f319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/msbuild/delete-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Deletes the specified files.
4848
|---------------|-----------------|
4949
|`DeletedFiles`|Optional <xref:Microsoft.Build.Framework.ITaskItem>`[]` output parameter.<br /><br /> Specifies the files that were successfully deleted.|
5050
|`Files`|Required <xref:Microsoft.Build.Framework.ITaskItem>`[]` parameter.<br /><br /> Specifies the files to delete.|
51-
|`TreatErrorsAsWarnings`|Optional `Boolean` parameter<br /><br /> If `true`, errors are logged as warnings. The defalut value is `false`.|
51+
|`TreatErrorsAsWarnings`|Optional `Boolean` parameter<br /><br /> If `true`, errors are logged as warnings. The default value is `false`.|
5252

5353
## Remarks
5454
In addition to the parameters listed above, this task inherits parameters from the <xref:Microsoft.Build.Tasks.TaskExtension> class, which itself inherits from the <xref:Microsoft.Build.Utilities.Task> class. For a list of these additional parameters and their descriptions, see [TaskExtension Base Class](../msbuild/taskextension-base-class.md).
@@ -71,4 +71,4 @@ Deletes the specified files.
7171

7272
## See Also
7373
[Tasks](../msbuild/msbuild-tasks.md)
74-
[Task Reference](../msbuild/msbuild-task-reference.md)
74+
[Task Reference](../msbuild/msbuild-task-reference.md)

0 commit comments

Comments
 (0)