From ae4d23aab70d1caa5d6b79eec42b662be66f0d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 10 Oct 2024 14:39:08 +0200 Subject: [PATCH] pl-fe: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- .../pl-fe/src/features/ui/components/modals/media-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/features/ui/components/modals/media-modal.tsx b/packages/pl-fe/src/features/ui/components/modals/media-modal.tsx index 3bd866cd2..ea55a46bc 100644 --- a/packages/pl-fe/src/features/ui/components/modals/media-modal.tsx +++ b/packages/pl-fe/src/features/ui/components/modals/media-modal.tsx @@ -32,7 +32,7 @@ const messages = defineMessages({ // you can't use 100vh, because the viewport height is taller // than the visible part of the document in some mobile -// browsers when it's address bar is visible. +// browsers when its address bar is visible. // https://developers.google.com/web/updates/2016/12/url-bar-resizing const swipeableViewsStyle: React.CSSProperties = { width: '100%',