Skip to content

Commit

Permalink
[docs] Fix typo (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
timtyrrell authored and darrachequesne committed Feb 13, 2017
1 parent a98f94d commit 8fc4b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Expand Up @@ -74,7 +74,7 @@ See [new Manager(url[, options])](#managerurl-options) for available `options`.
- `url` _(String)_
- `options` _(Object)_
- `reconnection` _(Boolean)_ whether to reconnect automatically (`true`)
- `reconnectionAttempts` _(Number)_ number of reconnection attemps before giving up (`Infinity`)
- `reconnectionAttempts` _(Number)_ number of reconnection attempts before giving up (`Infinity`)
- `reconnectionDelay` _(Number)_ how long to initially wait before attempting a new
reconnection (`1000`). Affected by +/- `randomizationFactor`,
for example the default initial delay will be between 500 to 1500ms.
Expand Down

0 comments on commit 8fc4b44

Please sign in to comment.