From 5f2d1c8a7e6b5de29de1a03f5f3d6f122a1e853f Mon Sep 17 00:00:00 2001 From: Jake Janicke Date: Wed, 4 Mar 2026 17:50:31 -0600 Subject: [PATCH] Comment typo Signed-off-by: Jake Janicke --- src/tile/SpotlightTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tile/SpotlightTile.tsx b/src/tile/SpotlightTile.tsx index 7914b63d..00eeda9e 100644 --- a/src/tile/SpotlightTile.tsx +++ b/src/tile/SpotlightTile.tsx @@ -266,7 +266,7 @@ export const SpotlightTile: FC = ({ const canGoBack = visibleIndex > 0; const canGoToNext = visibleIndex !== -1 && visibleIndex < media.length - 1; const currentMedia = media[visibleIndex]; - // only "audioEnabled$" needs to checked but I wanted to be more specific just in + // only "audioEnabled$" needs to be checked but I wanted to be more specific just in // case more models are added in the future, since screen shares always have video const currentScreenShare = currentMedia &&