From 60012fad2aedefdd3d05165ed26f2bba2afce96f Mon Sep 17 00:00:00 2001 From: Shihab Mridha Date: Mon, 21 Oct 2019 18:34:27 +0600 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3845355..8d924fd 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The object a `pick` Promise resolves to or the objects in the array a `pickMulti `DocumentPicker.types.*` provides a few common types for use as `type` values, these types will use the correct format for each platform (MIME types on Android, UTIs on iOS). -- `DocumentPicker.types.allFiles`: All document types, on Android this is `*/*`, on iOS is is `public.content` (note that some binary and archive types do not inherit from `public.content`) +- `DocumentPicker.types.allFiles`: All document types, on Android this is `*/*`, on iOS is `public.content` (note that some binary and archive types do not inherit from `public.content`) - `DocumentPicker.types.images`: All image types (`image/*` or `public.image`) - `DocumentPicker.types.plainText`: Plain text files ie: `.txt` (`text/plain` or `public.plain-text`) - `DocumentPicker.types.audio`: All audio types (`audio/*` or `public.audio`)