Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
skenqbx committed Apr 29, 2015
1 parent 5b08649 commit 8a61521
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 2015-04-27, [v0.6.0](https://github.com/skenqbx/rail/tree/v0.6.0) **_<small>unstable</small>_**
### Notable changes

- Add `maxReplayBuffer` option for `RAIl` and `Call` to control buffer size
- Add `maxReplayBuffer` option for `RAIL` and `Call` to control buffer size

### Commits

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and a powerful event-driven plugin interface aids in the implementation of compl
The concept of _a single request_ is extended to _a possible series of requests_ further referenced as a _call_.
This allows a seamless integration of redirect and authentication mechanisms that require multiple requests to satisfy the original one.

The API is mostly compatible with `https.request()` and allows _rail_ to be used as a _[drop-in replacement](#use-as-a-drop-in-replacement)_.
The API is mostly compatible with `https.request()` and allows _rail_ to be used as a [_drop-in replacement_](#use-as-a-drop-in-replacement).
A completely _transparent_ plugin integration enables scenarios with automated retries on _upload_ stream errors, while still exhibiting a behavior similar to `https.request()`.

_rail_ works with [io.js](https://iojs.org/) 1.x and [node.js](https://nodejs.org/) 0.10.x/0.12.x.
Expand Down
2 changes: 1 addition & 1 deletion doc/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Emitted after the response headers have been received.
[back to top](#table-of-contents)

## Class: ReplayBuffer
The `ReplayBuffer` is used to buffer the request body in case of redirects, retries or other use-cases.
The `ReplayBuffer` is used to buffer the request body in case of redirects, retries or other use-cases. `ReplayBuffer` is an EE.

The plugin API offers [call.__buffer()](./plugin-api.markdown#call__buffer) to enable this buffer.

Expand Down

0 comments on commit 8a61521

Please sign in to comment.