Skip to content

Commit 56caa4f

Browse files
authored
typo: teh -> the
1 parent 3384d4b commit 56caa4f

File tree

1 file changed

+2
-2
lines changed
  • docs/vs-2015/snippets/csharp/VS_Snippets_Misc/msbuild_ListItemsAndProperties/CS

1 file changed

+2
-2
lines changed

docs/vs-2015/snippets/csharp/VS_Snippets_Misc/msbuild_ListItemsAndProperties/CS/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ static void Main(string[] args)
2323
Console.WriteLine("----------------------------------");
2424

2525
// Iterate through the various property groups and subsequently
26-
// through teh various properties
26+
// through the various properties
2727
foreach (BuildPropertyGroup propertyGroup in project.PropertyGroups)
2828
{
2929
foreach (BuildProperty prop in propertyGroup)
@@ -48,4 +48,4 @@ static void Main(string[] args)
4848
}
4949
}
5050
}
51-
//</Snippet1>
51+
//</Snippet1>

0 commit comments

Comments
 (0)