Skip to content

Commit 90597bf

Browse files
richardkeeprigor789
authored andcommitted
Fix typo (#170)
1 parent c389d87 commit 90597bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/elements/components/list-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska]
99
```html
1010
<ListView for="item in listOfItems" @itemTap="onItemTap">
1111
<v-template>
12-
<!-- Shows the list item label in the default color and stye. -->
12+
<!-- Shows the list item label in the default color and style. -->
1313
<Label :text="item.text" />
1414
</v-template>
1515
</ListView>

0 commit comments

Comments
 (0)