Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 4c8063e

Browse files
committed
change of do description
1 parent 0d8fe8d commit 4c8063e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/components/Carousel/BestPractices/CarouselBestPractices.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const doList = [
1717
If carousel contains `navigation`:
1818
<ul>
1919
<li> provide label to `navigation` and to navigation item using `aria-label` attribute</li>
20-
<li> add `aria-controls` attribute to navigation item referencing by `carouselItem` id </li>
20+
<li> add `aria-controls` attribute to navigation item referencing to `carouselItem` id </li>
2121
</ul>
2222
</Box>,
2323
]

0 commit comments

Comments
 (0)