Skip to content

Commit 1a3ca68

Browse files
chore(redis-connection): fix typo custon -> custom in comment (#4001)
1 parent d6477ee commit 1a3ca68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/classes/redis-connection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class RedisConnection extends EventEmitter {
188188
if (lastError) {
189189
reject(lastError);
190190
} else {
191-
// when custon 'end' status is set we already closed
191+
// when custom 'end' status is set we already closed
192192
resolve();
193193
}
194194
}

0 commit comments

Comments
 (0)