diff --git a/docs/en-US/component/table-v2.md b/docs/en-US/component/table-v2.md index b2dfd4f836..59c18ad8a0 100644 --- a/docs/en-US/component/table-v2.md +++ b/docs/en-US/component/table-v2.md @@ -323,7 +323,7 @@ table-v2/manual-scroll | height \* | Height for the table, required | Number | - | | max-height | Maximum height for the table | Number | - | | h-scrollbar-size | Indicates the horizontal scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | Number | 6 | -| v-scrollbar-size | Indicates the horizontal scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | Number | 6 | +| v-scrollbar-size | Indicates the vertical scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | Number | 6 | | scrollbar-always-on | If true, the scrollbar will always be shown instead of when mouse is placed above the table | Boolean | false | | sort-by | Sort indicator | Object\<[SortBy](#typings)\> | {} | | sort-state | Multiple sort indicator | Object\<[SortState](#typings)\> | undefined |