Skip to content

Commit caab3db

Browse files
authored
chore(docs): fix typo in table docs
1 parent b7c6fa9 commit caab3db

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
@@ -637,7 +637,7 @@ values: `sm`, `md`, `lg`, or `xl`.
637637
<span class="badge badge-info small">NEW in 2.0.0-rc.28</span>
638638

639639
Use the `sticky-header` prop to enable a vertically scrolling table with headers that remain fixed
640-
(sticky) as the table boxy scrolls. Setting the prop to `true` (or no explicit value) will generate
640+
(sticky) as the table body scrolls. Setting the prop to `true` (or no explicit value) will generate
641641
a table that has a maximum height of `300px`. To specify a maximum height other than `300px`, set
642642
the `sticky-header` prop to a valid CSS height (including units), i.e. `sticky-header="200px"`.
643643

0 commit comments

Comments
 (0)