Skip to content

Commit 1a917b8

Browse files
committed
chore: fix vale issues
1 parent 2f541da commit 1a917b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docusaurus/docs/reactnative/basics/migrating-from-5.x-to-6.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Migration from 5.x to 6.x
44
---
55

66
:::note
7-
v6.0 is supported on React native version **0.72** onwards.
7+
v6.0 is supported on React native version **0.72** and above.
88
:::
99

1010
## Changes

docusaurus/docs/reactnative/basics/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ useEffect(() => {
125125
}, [setTopInset, finalHeaderHeight]);
126126
```
127127

128-
This can also be passed to the `topInset` prop of of `OverlayProvider`.
128+
This can also be passed to the `topInset` prop of `OverlayProvider`.
129129

130130
It is important to note that since Expo 38 `true` is the default for transparent on Android.
131131

docusaurus/docs/reactnative/guides/audio-messages-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Please follow along the linked documentation of each optional dependencies so as
4545
Also, make sure that the `minSdkVersion` is >=24, for [`react-native-audio-recorder-player`](https://github.com/hyochan/react-native-audio-recorder-player) to work and the `kotlinVersion` should be `1.6.10`.
4646
:::
4747

48-
## Enable Async Audio
48+
## Enable async Audio
4949

5050
Recording voice messages is possible by enabling audio recording on the [`Channel`](../core-components/channel.mdx#audiorecordingenabled) or the [`MessageInput`](../ui-components/message-input.mdx#audiorecordingenabled) component.
5151

0 commit comments

Comments
 (0)