diff --git a/examples/dump-and-restore.js b/examples/dump-and-restore.js index f464fd38be..855c5c1763 100644 --- a/examples/dump-and-restore.js +++ b/examples/dump-and-restore.js @@ -15,7 +15,7 @@ const client = await createClient({ // Make sure the source key exists await client.set('source', 'value'); -// Make sure destination doesnt exist +// Make sure destination doesn't exist await client.del('destination'); // DUMP a specific key into a local variable