Skip to content

Commit 5315065

Browse files
Merge pull request #10894 from changeworld/patch-6
Fix typo: ect -> etc.,
2 parents b450fc9 + 1ac3986 commit 5315065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/msbuild-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Project systems or project which do not want to reference all dlls or winmd file
449449

450450
===================================================
451451
ExportWindowsMDFile
452-
When a project is generating a winmd file through c# or vb, ect the compiler will create a WinMDModule file. This file needs to be run
452+
When a project is generating a winmd file through c# or vb, etc., the compiler will create a WinMDModule file. This file needs to be run
453453
through the winmdexp tool in order to generate the resulting WinMD file.
454454
===================================================
455455
<Target Name="ExportWindowsMDFile"

0 commit comments

Comments
 (0)