Skip to content

Commit

Permalink
Update AcccessibleTable.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Jan 21, 2020
1 parent b087614 commit 0202942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/tables/AcccessibleTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function AcccessibleTable() {
return (
<TableContainer component={Paper}>
<Table className={classes.table} aria-label="caption table">
<caption>A bare-bones table example with a caption</caption>
<caption>A basic table example with a caption</caption>
<TableHead>
<TableRow>
<TableCell>Dessert (100g serving)</TableCell>
Expand Down

0 comments on commit 0202942

Please sign in to comment.