docs(): fix typo (#1354)

This commit is contained in:
Gianfrancø Palumbo 2017-04-14 14:04:32 +01:00 committed by Ibby Hadeed
parent 6b9f650a19
commit 15bf509ae0

View File

@ -221,7 +221,7 @@ export type PushEvent = 'registration' | 'error' | 'notification';
* if (res.isEnabled) {
* console.log('We have permission to send push notifications');
* } else {
* console.log('We don't have permission to send push notifications');
* console.log('We do not have permission to send push notifications');
* }
*
* });