Any attribute such as style and class are passed to the main container element.
+ Any property as style and class are passed to the main container element.
diff --git a/src/views/tieredmenu/TieredMenuDoc.vue b/src/views/tieredmenu/TieredMenuDoc.vue
index 846cd0bed..28bfde645 100644
--- a/src/views/tieredmenu/TieredMenuDoc.vue
+++ b/src/views/tieredmenu/TieredMenuDoc.vue
@@ -171,7 +171,7 @@ toggle(event) {
Properties
-
Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
+
Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/togglebutton/ToggleButtonDoc.vue b/src/views/togglebutton/ToggleButtonDoc.vue
index 5c2232d60..dfca5a348 100644
--- a/src/views/togglebutton/ToggleButtonDoc.vue
+++ b/src/views/togglebutton/ToggleButtonDoc.vue
@@ -31,7 +31,7 @@ export default {
Properties
- Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.
+ Any property as style and class are passed to the main container element. Following are the additional properties to configure the component.
diff --git a/src/views/tree/TreeDoc.vue b/src/views/tree/TreeDoc.vue
index f841abe20..aa5fc2ed0 100644
--- a/src/views/tree/TreeDoc.vue
+++ b/src/views/tree/TreeDoc.vue
@@ -544,7 +544,7 @@ export default {
Properties
- Any valid property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.
+ Any property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.
diff --git a/src/views/treetable/TreeTableDoc.vue b/src/views/treetable/TreeTableDoc.vue
index 6162b762e..9019bea5b 100644
--- a/src/views/treetable/TreeTableDoc.vue
+++ b/src/views/treetable/TreeTableDoc.vue
@@ -1206,7 +1206,7 @@ export default {
Properties
- Any valid property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.
+ Any property such as style and class are passed to the underlying root element. Following is the additional property to configure the component.
diff --git a/src/views/tristatecheckbox/TriStateCheckboxDoc.vue b/src/views/tristatecheckbox/TriStateCheckboxDoc.vue
index cde23af6b..b6365a016 100644
--- a/src/views/tristatecheckbox/TriStateCheckboxDoc.vue
+++ b/src/views/tristatecheckbox/TriStateCheckboxDoc.vue
@@ -14,7 +14,7 @@ import TriStateCheckbox from 'primevue/tristatecheckbox';
Properties
- Any valid property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.
+ Any property such as name and autofocus are passed to the underlying input element. Following is the additional property to configure the component.