소스 검색

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

Ikko Eltociear Ashimine 1 년 전
부모
커밋
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
     }
 
-    // alway display prompt panel on desktop mode
+    // always display prompt panel on desktop mode
     return true
   }