From b80706cd4a5ada01d7f3099d1756a4728c0a10ab Mon Sep 17 00:00:00 2001 From: Achille Lacoin Date: Tue, 28 Jun 2022 17:53:01 +0200 Subject: [PATCH] Update appState.ts --- src/appState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appState.ts b/src/appState.ts index 75a359aa5..a8d6cebb3 100644 --- a/src/appState.ts +++ b/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;