From 72f838d768bf8f0b488c6d71dbcfb9b0c5ca1971 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Sat, 17 Jun 2017 14:29:22 -0500 Subject: [PATCH] docs(): add escape character (#1698) --- src/@ionic-native/plugins/photo-library/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/photo-library/index.ts b/src/@ionic-native/plugins/photo-library/index.ts index 6d30e6b3b..362ffeefd 100644 --- a/src/@ionic-native/plugins/photo-library/index.ts +++ b/src/@ionic-native/plugins/photo-library/index.ts @@ -35,7 +35,7 @@ import { Injectable } from '@angular/core'; * complete: () => { console.log('could not get photos'); } * }); * }) - * .catch(err => console.log('permissions weren't granted')); + * .catch(err => console.log('permissions weren\'t granted')); * * ``` */