Просмотр исходного кода

fix: typo in get-automatic-res.tsx (#4097)

Ikko Eltociear Ashimine 1 год назад
Родитель
Сommit
3f8e2456f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/app/components/app/configuration/config/automatic/get-automatic-res.tsx

+ 1 - 1
web/app/components/app/configuration/config/automatic/get-automatic-res.tsx

@@ -115,7 +115,7 @@ const GetAutomaticRes: FC<IGetAutomaticResProps> = ({
       return true
       return true
     }
     }
 
 
-    // alway display prompt panel on desktop mode
+    // always display prompt panel on desktop mode
     return true
     return true
   }
   }