mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
docs(): fix typo (#1354)
This commit is contained in:
parent
6b9f650a19
commit
15bf509ae0
@ -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');
|
||||
* }
|
||||
*
|
||||
* });
|
||||
|
Loading…
Reference in New Issue
Block a user