From 1ffe1506b8c26f75832359417f1acf20ae522a53 Mon Sep 17 00:00:00 2001 From: Kesari3008 <65543166+Kesari3008@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:07:55 +0530 Subject: [PATCH] fix(release): minor change to trigger semantic release to publish new version (#838) --- src/components/WebexInMeeting/WebexInMeeting.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WebexInMeeting/WebexInMeeting.jsx b/src/components/WebexInMeeting/WebexInMeeting.jsx index de2bb1afe..996d9c497 100644 --- a/src/components/WebexInMeeting/WebexInMeeting.jsx +++ b/src/components/WebexInMeeting/WebexInMeeting.jsx @@ -19,7 +19,7 @@ import WebexMeetingHostAuthentication from '../WebexMeetingHostAuthentication/We /** * Webex In-Meeting component displays the remote stream plus - * the local stream at the bottom right corner + * the local stream at the bottom right corner. * * @param {object} props Data passed to the component * @param {string} props.className Custom CSS class to apply