We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3384d4b commit 56caa4fCopy full SHA for 56caa4f
docs/vs-2015/snippets/csharp/VS_Snippets_Misc/msbuild_ListItemsAndProperties/CS/Program.cs
@@ -23,7 +23,7 @@ static void Main(string[] args)
23
Console.WriteLine("----------------------------------");
24
25
// Iterate through the various property groups and subsequently
26
- // through teh various properties
+ // through the various properties
27
foreach (BuildPropertyGroup propertyGroup in project.PropertyGroups)
28
{
29
foreach (BuildProperty prop in propertyGroup)
@@ -48,4 +48,4 @@ static void Main(string[] args)
48
}
49
50
51
-//</Snippet1>
+//</Snippet1>
0 commit comments