Skip to content

Commit 10938a7

Browse files
authored
docs: Fix comment typos (#3425)
1 parent 00a5fce commit 10938a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/baseclient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export abstract class BaseClient<B extends Backend, O extends Options> implement
156156
logger.warn('Discarded session because of missing or non-string release');
157157
} else {
158158
this._sendSession(session);
159-
// After sending, we set init false to inidcate it's not the first occurence
159+
// After sending, we set init false to indicate it's not the first occurrence
160160
session.update({ init: false });
161161
}
162162
}

0 commit comments

Comments
 (0)