Skip to content

Commit 25e427b

Browse files
committed
Fix typo: propery -> property
1 parent a065e46 commit 25e427b

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)