From 5f62055dd9c4b2b972cbdfc83ab5be1ddf219873 Mon Sep 17 00:00:00 2001 From: Matt Audesse Date: Mon, 17 Jul 2017 16:34:30 -0400 Subject: [PATCH] Fix "therefor" vs. "therefore" typo in README.md See: https://english.stackexchange.com/a/58617 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd5bfe5f7..a43ac49beb 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ In combination this can be used to implement backpressure by checking the buffer ## client.quit() This sends the quit command to the redis server and ends cleanly right after all running commands were properly handled. -If this is called while reconnecting (and therefor no connection to the redis server exists) it is going to end the connection right away instead of +If this is called while reconnecting (and therefore no connection to the redis server exists) it is going to end the connection right away instead of resulting in further reconnections! All offline commands are going to be flushed with an error in that case. ## client.end(flush)