From 76dd114efe9b6b8a6f5f9a0fc07fe1ee7064bae9 Mon Sep 17 00:00:00 2001 From: Khushal Agarwal Date: Fri, 28 Jul 2023 16:21:02 +0530 Subject: [PATCH] fix: vale lint issues --- .../docs/reactnative/06-advanced/02-chat-with-video.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :::