Skip to content

Commit cc4c041

Browse files
committed
Another typo fix
1 parent e651ba3 commit cc4c041

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Countly.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Countly.sendPushToken = function(options){
159159

160160
/**
161161
* This method will ask for permission, enables push notification and send push token to countly server.
162-
* Should be call after Countly init
162+
* Should be called after Countly init
163163
*/
164164
Countly.askForNotificationPermission = function(){
165165
CountlyReactNative.askForNotificationPermission([]);
@@ -231,7 +231,7 @@ Countly.demo = function(){
231231

232232
/**
233233
* Set user initial location
234-
* Should be call before init
234+
* Should be called before init
235235
* @param {ISO Country code for the user's country} countryCode
236236
* @param {Name of the user's city} city
237237
* @param {comma separate lat and lng values. For example, "56.42345,123.45325"} location
@@ -261,7 +261,7 @@ Countly.disableLocation = function(){
261261
/**
262262
*
263263
* Get currently used device Id.
264-
* Should be call after Countly init
264+
* Should be called after Countly init
265265
* */
266266
Countly.getCurrentDeviceId = async function(){
267267
if(!await Countly.isInitialized()) {
@@ -515,7 +515,7 @@ Countly.giveConsent = function(args){
515515
/**
516516
*
517517
* Give consent for specific features before init.
518-
* Should be call after Countly init
518+
* Should be called after Countly init
519519
*/
520520
Countly.giveConsentInit = async function(args){
521521
var features = [];
@@ -547,7 +547,7 @@ Countly.removeConsent = function(args){
547547
/**
548548
*
549549
* Give consent for all features
550-
* Should be call after Countly init
550+
* Should be called after Countly init
551551
*/
552552
Countly.giveAllConsent = function(){
553553
CountlyReactNative.giveAllConsent();
@@ -832,7 +832,7 @@ Countly.removeDifferentAppKeysFromQueue = function(){
832832

833833
/**
834834
* Call this function when app is loaded, so that the app launch duration can be recorded.
835-
* Should be call after init.
835+
* Should be called after init.
836836
*/
837837
Countly.appLoadingFinished = async function(){
838838
if(!await Countly.isInitialized()) {

0 commit comments

Comments
 (0)