Skip to content

Commit 595d7d5

Browse files
committed
chore: typo
1 parent 17799de commit 595d7d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-generator/src/locale/en/VList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"disabled": "Puts all children inputs into a disabled state.",
77
"filterable": "**FOR INTERNAL USE ONLY** Prevents list item selection using [space] key and pass it back to the text input. Used internally for VAutocomplete and VCombobox.",
88
"inactive": "If set, the list tile will not be rendered as a link even if it has to/href prop or @click handler.",
9-
"itemsRegistration": "When set to 'props', skips rendering collpased items/nodes (for significant performance gains).",
9+
"itemsRegistration": "When set to 'props', skips rendering collapsed items/nodes (for significant performance gains).",
1010
"lines": "Designates a **minimum-height** for all children `v-list-item` components. This prop uses [line-clamp](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-line-clamp) and is not supported in all browsers.",
1111
"link": "Applies `v-list-item` hover styles. Useful when using the item is an _activator_.",
1212
"nav": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**.",

0 commit comments

Comments
 (0)