You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2018/02/12 09:37:01 UTC

[cordova-plugin-camera] branch master updated: Fix a mistake in the examples of usage descriptions (#313)

This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git


The following commit(s) were added to refs/heads/master by this push:
     new e36482c  Fix a mistake in the examples of usage descriptions (#313)
e36482c is described below

commit e36482c7ba1e5dec07f68a246f3ecde8743d7cd6
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Mon Feb 12 10:36:58 2018 +0100

    Fix a mistake in the examples of usage descriptions (#313)
---
 README.md            | 4 ++--
 jsdoc2md/TEMPLATE.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 40ba072..4465117 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,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>
 ```
 
@@ -107,7 +107,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>
 ```
 
diff --git a/jsdoc2md/TEMPLATE.md b/jsdoc2md/TEMPLATE.md
index d2e6b22..1947193 100644
--- a/jsdoc2md/TEMPLATE.md
+++ b/jsdoc2md/TEMPLATE.md
@@ -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>
 ```
 

-- 
To stop receiving notification emails like this one, please contact
jcesarmobile@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org