Skip to content

Commit e31bbdc

Browse files
adrianblynchseangarner
authored andcommitted
docs: fix typo in readme
closes mysqljs#1063
1 parent ce30611 commit e31bbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ poolCluster.end(function (err) {
481481
* `removeNodeErrorCount`: If connection fails, node's `errorCount` increases.
482482
When `errorCount` is greater than `removeNodeErrorCount`, remove a node in the `PoolCluster`. (Default: `5`)
483483
* `restoreNodeTimeout`: If connection fails, specifies the number of milliseconds
484-
before another connection attempt will be made. If set to `0`, then node will bd
484+
before another connection attempt will be made. If set to `0`, then node will be
485485
removed instead and never re-used. (Default: `0`)
486486
* `defaultSelector`: The default selector. (Default: `RR`)
487487
* `RR`: Select one alternately. (Round-Robin)

0 commit comments

Comments
 (0)