Skip to content

Commit

Permalink
Fix small typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
william-riley-land committed Feb 22, 2014
1 parent cb5cf28 commit c397f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/iconv.js
Expand Up @@ -13,7 +13,7 @@ function fetch(feed) {
// Define our streams
var req = request(feed, {timeout: 10000, pool: false});
req.setMaxListeners(50);
// Some feeds do not response without user-agent and accept headers.
// Some feeds do not respond without user-agent and accept headers.
req.setHeader('user-agent', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36')
.setHeader('accept', 'text/html,application/xhtml+xml');

Expand Down

0 comments on commit c397f59

Please sign in to comment.