From 3bbac27a8a70e7bcbdf2b38e52b3e75bad52d0b6 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 12 Apr 2023 18:25:15 +0100 Subject: [PATCH] docs(favorite-images): typos --- subjects/mobile-dev/favorite-images/README.md | 2 +- subjects/mobile-dev/favorite-images/audit/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/mobile-dev/favorite-images/README.md b/subjects/mobile-dev/favorite-images/README.md index a0b7a65f..e447742b 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 the [example](https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html). +> Note: Don't forget to add the special keys to the Info.plist file under the 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 65f3580b..4fe79728 100644 --- a/subjects/mobile-dev/favorite-images/audit/README.md +++ b/subjects/mobile-dev/favorite-images/audit/README.md @@ -14,11 +14,11 @@ ###### Does the camera work both on `iOS` and `Android`? -###### Does the app load chosen image? +###### Does the app load the chosen image? -###### Does the image opens in `full-size` once taped? +###### Does the image open in `full-size` once taped? -###### Can you `zoom in and out` the image? +###### Can you `zoom in` and `zoom out` the image? #### Bonus