docs(): add escape character (#1698)

This commit is contained in:
Hsuan Lee 2017-06-17 14:29:22 -05:00 committed by Ibby Hadeed
parent fa86cee3fa
commit 72f838d768

View File

@ -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'));
*
* ```
*/