Skip to content

Commit

Permalink
[docs] Fix format in API.md (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
elussich authored and darrachequesne committed Mar 9, 2017
1 parent 9064608 commit 25321d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See [new Manager(url[, options])](#managerurl-options) for available `options`.

- `url` _(String)_
- `options` _(Object)_
   - `path` _(String)_ name of the path that is captured on the server side (`/socket.io`)
- `path` _(String)_ name of the path that is captured on the server side (`/socket.io`)
- `reconnection` _(Boolean)_ whether to reconnect automatically (`true`)
- `reconnectionAttempts` _(Number)_ number of reconnection attempts before giving up (`Infinity`)
- `reconnectionDelay` _(Number)_ how long to initially wait before attempting a new
Expand Down

0 comments on commit 25321d1

Please sign in to comment.