From bada2fbea86459606ee54557d78c922858292d96 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 5 Oct 2023 15:18:50 +0530 Subject: [PATCH] fix: lint --- .../set-up-video-conferencing/peerlist-optimizations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript/v2/how-to-guides/set-up-video-conferencing/peerlist-optimizations.mdx b/docs/javascript/v2/how-to-guides/set-up-video-conferencing/peerlist-optimizations.mdx index 928e09577a..0a0c9c9d35 100644 --- a/docs/javascript/v2/how-to-guides/set-up-video-conferencing/peerlist-optimizations.mdx +++ b/docs/javascript/v2/how-to-guides/set-up-video-conferencing/peerlist-optimizations.mdx @@ -74,5 +74,5 @@ const PaginatedPeers = () => { -> NOTE: The data given by the API might become stale, so it is recommended to poll the `iterator.findPeers()` for javascript and `loadPeers()` for React, so that if any peer +> NOTE: The data given by the API might become stale, so it is recommended to poll the `iterator.findPeers()` for Javascript and `loadPeers()` for React, so that if any peer has left it would be updated \ No newline at end of file