Skip to content

Commit

Permalink
Fix typo in docs of subscription (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogierslag authored Feb 26, 2022
1 parent 6d1a7fa commit 4d1e3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/subscription.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Notifications.ios.checkPermissions().then((currentPermissions) => {
console.log('Alerts enabled: ' + !!currentPermissions.alert);
console.log('Car Play enabled: ' + !!currentPermissions.carPlay);
console.log('Critical Alerts enabled: ' + !!currentPermissions.criticalAlert);
console.log('Provisioanl enabled: ' + !!currentPermissions.provisional);
console.log('Provisional enabled: ' + !!currentPermissions.provisional);
console.log('Provides App Notification Settings enabled: ' + !!currentPermissions.providesAppNotificationSettings);
console.log('Announcement enabled: ' + !!currentPermissions.announcement);
});
Expand Down

0 comments on commit 4d1e3a1

Please sign in to comment.