Explorar o código

Update appState.ts

Achille Lacoin %!s(int64=3) %!d(string=hai) anos
pai
achega
b80706cd4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;