diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx index 8d3ed96650..1387dfaa48 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/06-advanced/02-chat-with-video.mdx @@ -1029,7 +1029,7 @@ export const Calls = () => { ``` :::note -We currently support one call at a time, and therefore we show an alert, if a user gets multiple calls while he/she is in a call already. You can handle it in a different way. +We currently support one call at a time, and therefore we show an alert, if a user gets multiple calls while they are in the call already. You can handle it in a different way. This is the reason why we pass `calls[0]` to the `StreamCall` component, for now. :::