Skip to content

Commit 830673b

Browse files
authored
docs: fixes typo with capitalisation (#298)
* fix typo with capitalization * fix typo with capitalization
1 parent 418ef4a commit 830673b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/extras/docs/components/BottomSheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Required } from '@site/src/components';
22

33
# BottomSheet
44

5-
AMA Provides an accessible bottom sheet built on top
5+
AMA provides an accessible bottom sheet built on top
66
of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
77
and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler).
88

packages/extras/docs/components/Carousel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Required } from '@site/src/components';
22

33
# Carousel
44

5-
AMA Provides an accessible Carousel component built on top
5+
AMA provides an accessible Carousel component built on top
66
of [React Native FlatList](https://reactnative.dev/docs/flatlist)
77
using the [useCarousel](./../hooks/useCarousel.md) hook.
88

website/versioned_docs/version-0.7.x/components/BottomSheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Required } from '@site/src/components';
22

33
# BottomSheet
44

5-
AMA Provides an accessible bottom sheet built on top
5+
AMA provides an accessible bottom sheet built on top
66
of [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
77
and [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler).
88

0 commit comments

Comments
 (0)