From 439d629c81518486a921fc5fe3efb1213a55fbf7 Mon Sep 17 00:00:00 2001 From: Rahul Date: Wed, 15 Mar 2017 14:38:04 -0700 Subject: [PATCH] Minor grammar fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 909ebb1..2b93b5a 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,7 @@ function RedisClient (options, stream) { if ('max_attempts' in options) { self.warn( 'max_attempts is deprecated and will be removed in v.3.0.0.\n' + - 'To reduce the amount of options and the improve the reconnection handling please use the new `retry_strategy` option instead.\n' + + 'To reduce the number of options and to improve the reconnection handling please use the new `retry_strategy` option instead.\n' + 'This replaces the max_attempts and retry_max_delay option.' ); }