Skip to content

Commit 105bec9

Browse files
committed
typo
1 parent 44c78df commit 105bec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Countly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Countly.hasBeenCalledOnStart = function () {
141141
*/
142142
Countly.sendEvent = function (options) {
143143
if (!_state.isInitialized) {
144-
const msg = "'init' must be called before 'recordView'";
144+
const msg = "'init' must be called before 'sendEvent'";
145145
L.w(`sendEvent, ${msg}`);
146146
return msg;
147147
}

0 commit comments

Comments
 (0)