From e36482c7ba1e5dec07f68a246f3ecde8743d7cd6 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Mon, 12 Feb 2018 10:36:58 +0100 Subject: [PATCH] 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 ``` - need to photo library access to get pictures from there + need photo library access to get pictures from there ``` @@ -107,7 +107,7 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in ``` - need to photo library access to save pictures there + need photo library access to save pictures there ``` 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 ``` - need to photo library access to get pictures from there + need photo library access to get pictures from there ``` @@ -49,7 +49,7 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in ``` - need to photo library access to save pictures there + need photo library access to save pictures there ```