From 3f8e2456f7c09e4952a5377cab74522a6737d205 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 6 May 2024 12:36:19 +0900 Subject: [PATCH] fix: typo in get-automatic-res.tsx (#4097) --- .../app/configuration/config/automatic/get-automatic-res.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx b/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx index 3bd359b0c2..b3f2a909e7 100644 --- a/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx +++ b/web/app/components/app/configuration/config/automatic/get-automatic-res.tsx @@ -115,7 +115,7 @@ const GetAutomaticRes: FC = ({ return true } - // alway display prompt panel on desktop mode + // always display prompt panel on desktop mode return true }