Skip to content

Commit

Permalink
fix a word mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
zyearn committed Mar 10, 2015
1 parent 71bba5b commit 74e29db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ describe('test/app.test.js', function () {
var supertest = require('supertest');
var userCookie;
supertest.post('login').end(function (err, res) {
userCookie = res.headres['Cookie']
userCookie = res.headers['Cookie']
});
// then ..
Expand Down

0 comments on commit 74e29db

Please sign in to comment.