From 2fdd551aecf467fe41abf2ab1139d5c1d683d19d Mon Sep 17 00:00:00 2001 From: marko Date: Tue, 29 Sep 2020 17:48:16 -0400 Subject: [PATCH] Fix typo --- apps/fileman/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fileman/README.md b/apps/fileman/README.md index df589d589..49fa9e31d 100644 --- a/apps/fileman/README.md +++ b/apps/fileman/README.md @@ -2,7 +2,7 @@ A small file manager, mostly written for debugging issues on the watch. Upon opening, the app will display a list of all the files in storage (it will contract the sub-components of a StorageFile into one entry). -When selecting a file the following option occurs (depending on file type detected by extension): +When selecting a file the following options appear (depending on file type detected by extension): - Length: file size in bytes - Display file: print out file contents on screen (will attempt to add back newlines for minimized JS code)