File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/src/pages/components/tables Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default function AcccessibleTable() {
3030 return (
3131 < TableContainer component = { Paper } >
3232 < Table className = { classes . table } aria-label = "caption table" >
33- < caption > A barbone structure table example with a caption</ caption >
33+ < caption > A basic table example with a caption</ caption >
3434 < TableHead >
3535 < TableRow >
3636 < TableCell > Dessert (100g serving)</ TableCell >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export default function AcccessibleTable() {
3030 return (
3131 < TableContainer component = { Paper } >
3232 < Table className = { classes . table } aria-label = "caption table" >
33- < caption > A barbone structure table example with a caption</ caption >
33+ < caption > A basic table example with a caption</ caption >
3434 < TableHead >
3535 < TableRow >
3636 < TableCell > Dessert (100g serving)</ TableCell >
You can’t perform that action at this time.
0 commit comments