Skip to content

Commit

Permalink
fix: vale lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
khushal87 committed Jul 28, 2023
1 parent 6501fb1 commit 76dd114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::
Expand Down

0 comments on commit 76dd114

Please sign in to comment.