From ff62050b3f77f74560dbc07dd65a06b60c93771b Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 31 Mar 2023 18:03:28 +0100 Subject: [PATCH] docs(favorite-images): typo --- subjects/mobile-dev/favorite-images/README.md | 2 +- subjects/mobile-dev/favorite-images/audit/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/mobile-dev/favorite-images/README.md b/subjects/mobile-dev/favorite-images/README.md index a67c36ce4..a0b7a65f7 100644 --- a/subjects/mobile-dev/favorite-images/README.md +++ b/subjects/mobile-dev/favorite-images/README.md @@ -20,7 +20,7 @@ When the user clicks on the button, they should see two options: You should use the `image_picker` package to implement this functionality. Additionally, you should show a `"No images selected"` message if no images have been loaded. -> Note: Don't forget to add special keys to Info.plist file under ios folder to access the camera and gallery, see [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html). +> Note: Don't forget to add special keys to Info.plist file under iOS folder to access the camera and gallery, see the [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html).
diff --git a/subjects/mobile-dev/favorite-images/audit/README.md b/subjects/mobile-dev/favorite-images/audit/README.md index ec9dfddf9..65f3580be 100644 --- a/subjects/mobile-dev/favorite-images/audit/README.md +++ b/subjects/mobile-dev/favorite-images/audit/README.md @@ -12,7 +12,7 @@ ###### Do you have an option to `choose an image` from gallery and `take a picture`? -###### Does the camera work both in `iOS` and `Android`? +###### Does the camera work both on `iOS` and `Android`? ###### Does the app load chosen image?