http-request icon indicating copy to clipboard operation
http-request copied to clipboard

Fix documentation typo: "turn of listeners"

Open AndrewSouthpaw opened this issue 10 years ago • 1 comments

In specifying the optional file parameter for the DELETE, GET, POST, and PUT methods, the documentation reads:

Optional; specify a filesystem path to save the response body as file instead of Buffer. Passing null turns of the data listeners

I think it should read (emphasis mine):

Optional; specify a filesystem path to save the response body as file instead of Buffer. Passing null turns off the data listeners

AndrewSouthpaw avatar Jan 07 '15 20:01 AndrewSouthpaw

Yep. Non-native speaker is non-native. Merged your changes into the future branch and pushed the actual changes to gh-pages. It will appear as merged, per GitHub, once the master branch is updated with a new release. Thanks.

SaltwaterC avatar Jan 07 '15 21:01 SaltwaterC