Skip to content

Commit 89de457

Browse files
committed
Fix typo in README
1 parent 1bdcb67 commit 89de457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ something like this `Error: Ready check failed: ERR operation not permitted`.
246246
Forcibly close the connection to the Redis server. Note that this does not wait until all replies have been parsed.
247247
If you want to exit cleanly, call `client.quit()` to send the `QUIT` command after you have handled all replies.
248248

249-
You should set flush to true, if you are not absolutly sure you do not care about any other commands.
249+
You should set flush to true, if you are not absolutely sure you do not care about any other commands.
250250
If you set flush to false all still running commands will silently fail.
251251

252252
This example closes the connection to the Redis server before the replies have been read. You probably don't

0 commit comments

Comments
 (0)