Skip to content

Commit

Permalink
Fix a mistake in the examples of usage descriptions (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Feb 12, 2018
1 parent 7c90555 commit e36482c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand All @@ -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>
```

Expand Down
4 changes: 2 additions & 2 deletions jsdoc2md/TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand All @@ -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>
```

Expand Down

0 comments on commit e36482c

Please sign in to comment.