mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(): add escape character (#1698)
This commit is contained in:
parent
fa86cee3fa
commit
72f838d768
@ -35,7 +35,7 @@ import { Injectable } from '@angular/core';
|
|||||||
* complete: () => { console.log('could not get photos'); }
|
* complete: () => { console.log('could not get photos'); }
|
||||||
* });
|
* });
|
||||||
* })
|
* })
|
||||||
* .catch(err => console.log('permissions weren't granted'));
|
* .catch(err => console.log('permissions weren\'t granted'));
|
||||||
*
|
*
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user