diff --git a/packages/client/lib/client/commands-queue.ts b/packages/client/lib/client/commands-queue.ts index 97f139c1c3..42fd89082d 100644 --- a/packages/client/lib/client/commands-queue.ts +++ b/packages/client/lib/client/commands-queue.ts @@ -635,7 +635,7 @@ export default class RedisCommandsQueue { /** * * Extracts commands for the given slots from the toWrite queue. - * Some commands dont have "slotNumber", which means they are not designated to particular slot/node. + * Some commands don't have "slotNumber", which means they are not designated to particular slot/node. * We ignore those. */ extractCommandsForSlots(slots: Set): CommandToWrite[] {