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.