Skip to content

Commit

Permalink
Comments typo
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jun 19, 2017
1 parent 765a1f9 commit bfa104a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
## Next

* Fix: Correctly handle server not returning `content-length` header
* Comments typo
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const errors = require('./errors'),
* @returns {Stream}
*/
module.exports = function(url, options) {
// Conform params
// Conform arguments
if (url && typeof url == 'object') {
options = url;
url = undefined;
Expand Down

0 comments on commit bfa104a

Please sign in to comment.