소스 검색

Update appState.ts

Achille Lacoin 3 년 전
부모
커밋
b80706cd4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/appState.ts

+ 1 - 1
src/appState.ts

@@ -101,7 +101,7 @@ const APP_STATE_STORAGE_CONF = (<
   Values extends {
     /** whether to keep when storing to browser storage (localStorage/IDB) */
     browser: boolean;
-    /** whether to keep when exporting to text file */
+    /** whether to keep when exporting to a text file */
     text: boolean;
     /** whether to keep when exporting to an image file */
     image: boolean;