Skip to content

Commit

Permalink
docs bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshakmaz committed Apr 6, 2021
1 parent 61baf75 commit 8d9143c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Table.doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ card(
defaultValue: null,
description: [
'Supply a short, descriptive label for screen-readers as a text alternative to the Collapse button.',
'Accessibility: It populates aria-label on the <button> element for the Collapse button.',
'Accessibility: It populates aria-label on the `<button>` element for the Collapse button.',
],
},
{
Expand All @@ -706,7 +706,7 @@ card(
defaultValue: null,
description: [
'Supply a short, descriptive label for screen-readers as a text alternative to the Expand button.',
'Accessibility: It populates aria-label on the <button> element for the Expand button.',
'Accessibility: It populates aria-label on the `<button>` element for the Expand button.',
],
},
{
Expand Down

0 comments on commit 8d9143c

Please sign in to comment.