Skip to content

Commit 90bbb7e

Browse files
committed
fix grammar in comments
1 parent b1b58ad commit 90bbb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/src/clients/guide/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ export class KnockGuideClient {
335335
}
336336

337337
private handleChannelJoinError() {
338-
// Prevent phx channel to keep retrying forever from either network or other
339-
// errors (e.g. auth error, invalid channel etc)
338+
// Prevent phx channel from retrying forever in case of either network or
339+
// other errors (e.g. auth error, invalid channel etc)
340340
if (this.subscribeRetryCount >= SUBSCRIBE_RETRY_LIMIT) {
341341
this.knock.log(
342342
`[Guide] Channel join max retry limit reached: ${this.subscribeRetryCount}`,

0 commit comments

Comments
 (0)