Skip to content

Commit

Permalink
[docs] Fix typo in the accessible table demo (#19321)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonid1 authored and oliviertassinari committed Jan 21, 2020
1 parent c29c8ad commit c10e921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/components/tables/AcccessibleTable.js
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 barbone structure table example with a caption</caption>
<caption>A basic table example with a caption</caption>
<TableHead>
<TableRow>
<TableCell>Dessert (100g serving)</TableCell>
Expand Down
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 barbone structure 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 c10e921

Please sign in to comment.