Fix a mistake in the examples of usage descriptions (#313)

This commit is contained in:
jcesarmobile
2018-02-12 10:36:58 +01:00
committed by GitHub
parent 7c90555bd4
commit e36482c7ba
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in
```
<edit-config target="NSPhotoLibraryUsageDescription" file="*-Info.plist" mode="merge">
<string>need to photo library access to get pictures from there</string>
<string>need photo library access to get pictures from there</string>
</edit-config>
```
@@ -49,7 +49,7 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in
```
<edit-config target="NSPhotoLibraryAddUsageDescription" file="*-Info.plist" mode="merge">
<string>need to photo library access to save pictures there</string>
<string>need photo library access to save pictures there</string>
</edit-config>
```