Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Jan 2, 2014
1 parent bfdd0ff commit 3303e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Expand Up @@ -158,7 +158,7 @@ var LogRequest = bogart.middleware(function (req, next) {
console.log('Request', req);

return next(req).then(function (res) {
console.log('Resoponse', res);
console.log('Response', res);
return res;
});
});
Expand Down

0 comments on commit 3303e8c

Please sign in to comment.