Skip to content

Commit

Permalink
docs: fix typo in v-list-item active prop description (#18692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilin authored Nov 15, 2023
1 parent 9ad937b commit 8288475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-generator/src/locale/en/VListItem.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"props": {
"active": "Controls the **active** state of the item. This is typically used to highlight the component,",
"active": "Controls the **active** state of the item. This is typically used to highlight the component.",
"color": "Applies specified color to the control when in an **active** state or **input-value** is **true** - supports utility colors (for example `success` or `purple`) or css color (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors),",
"contained": "Changes the component style by changing how color is applied to the background.",
"title": "Generates a `v-list-item-title` component with the supplied value. Note that this overrides the native [`title`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) attribute, that must be set with `v-bind:title.attr` instead.",
Expand Down

0 comments on commit 8288475

Please sign in to comment.