Skip to content

Commit b22746d

Browse files
authored
Fix typo in table component's README.md
1 parent a1cebda commit b22746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ formatted value as a string (HTML strings are not supported)
10531053

10541054
## Header and Footer custom rendering via scoped slots
10551055

1056-
It is also possible to provide custom rendering for the tables `thead` and `tfoot` elements. Note by
1056+
It is also possible to provide custom rendering for the table's `thead` and `tfoot` elements. Note by
10571057
default the table footer is not rendered unless `foot-clone` is set to `true`.
10581058

10591059
Scoped slots for the header and footer cells uses a special naming convention of

0 commit comments

Comments
 (0)