Skip to content

Commit 2c67ce5

Browse files
committed
Fixed typo in README.md
1 parent 97db227 commit 2c67ce5

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
@@ -195,7 +195,7 @@ with an error, or an error will be thrown if no callback is specified.
195195
reconnection (delay) almost doubles. This delay normally grows infinitely, but setting `retry_max_delay` limits delay
196196
to maximum value, provided in milliseconds.
197197
* `connect_timeout` defaults to `86400000`. Setting `connect_timeout` limits total time for client to reconnect.
198-
Value is provided in milliseconds and is counted once the disconnect occured. The last retry is going to happen exactly at the timeout time.
198+
Value is provided in milliseconds and is counted once the disconnect occurred. The last retry is going to happen exactly at the timeout time.
199199
That way the default is to try reconnecting until 24h passed.
200200
* `max_attempts` defaults to `0`. By default client will try reconnecting until connected. Setting `max_attempts`
201201
limits total amount of connection tries. Setting this to 1 will prevent any reconnect tries.

0 commit comments

Comments
 (0)