From 3aab43e55aae505267bf0eb86217d271ac143a04 Mon Sep 17 00:00:00 2001 From: Bryce Baril Date: Sun, 17 Mar 2013 16:31:05 -0700 Subject: [PATCH] Spelling fix in the docs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c75e30ec3..e0cda3d816 100644 --- a/README.md +++ b/README.md @@ -204,9 +204,9 @@ once the connection has been established. Setting `enable_offline_queue` to with an error, or an error will be thrown if no callback is specified. * `retry_max_delay`: defaults to `null`. By default every time the client tries to connect and fails time before reconnection (delay) almost doubles. This delay normally grows infinitely, but setting `retry_max_delay` limits delay -to maximum value, provided in miliseconds. +to maximum value, provided in milliseconds. * `connect_timeout` defaults to `false`. By default client will try reconnecting until connected. Setting `connect_timeout` -limits total time for client to reconnect. Value is provided in miliseconds and is counted once the disconnect occured. +limits total time for client to reconnect. Value is provided in milliseconds and is counted once the disconnect occured. * `max_attempts` defaults to `null`. By default client will try reconnecting until connected. Setting `max_attempts` limits total amount of reconnects.