mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-19 07:26:23 +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) {
|
* if (res.isEnabled) {
|
||||||
* console.log('We have permission to send push notifications');
|
* console.log('We have permission to send push notifications');
|
||||||
* } else {
|
* } else {
|
||||||
* console.log('We don't have permission to send push notifications');
|
* console.log('We do not have permission to send push notifications');
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* });
|
* });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user