We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6eabe commit 1709838Copy full SHA for 1709838
example/Example.js
@@ -62,7 +62,7 @@ class Example extends Component {
62
63
/**
64
* Push notifications settings
65
- * Shoudl be call after init
+ * Should be call after init
66
*/
67
Countly.pushTokenType(Countly.messagingMode.DEVELOPMENT, "Channel Name", "Channel Description"); // Set messaging mode for push notifications
68
Countly.registerForNotification(function(theNotification){
0 commit comments