Skip to content

Commit ae28f38

Browse files
authored
Merge pull request #10937 from changeworld/patch-19
Fix typo: propery -> property
2 parents 5674144 + 25e427b commit ae28f38

File tree

1 file changed

+1
-1
lines changed
  • docs/snippets/cpp/VS_Snippets_Winforms/PropertyTabExample/CPP

1 file changed

+1
-1
lines changed

docs/snippets/cpp/VS_Snippets_Winforms/PropertyTabExample/CPP/class1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace TypeCategoryTabExample
2020
ref class TypeCategoryTab;
2121

2222
// forward declaration.
23-
// This component adds a TypeCategoryTab to the propery browser
23+
// This component adds a TypeCategoryTab to the property browser
2424
// that is available for any components in the current design mode document.
2525

2626
[PropertyTabAttribute(TypeCategoryTabExample::TypeCategoryTab::typeid,PropertyTabScope::Document)]

0 commit comments

Comments
 (0)