Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Gelber committed May 2, 2012
1 parent 9e5a289 commit 530e38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/node.js
Expand Up @@ -16,7 +16,7 @@ var h5bp = module.exports,
_parse = require('url').parse;

// send the IE=Edge and chrome=1 headers for IE browsers
// on html/htm resquests.
// on html/htm requests.
h5bp.ieEdgeChromeFrameHeader = function () {
return function (req, res, next) {
var url = req.url,
Expand Down

0 comments on commit 530e38d

Please sign in to comment.