Skip to content

Commit

Permalink
Merge pull request alsotang#31 from zyearn/master
Browse files Browse the repository at this point in the history
fix a word mistake
  • Loading branch information
alsotang committed Mar 10, 2015
2 parents 71bba5b + 74e29db commit eb2fd34
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 eb2fd34

Please sign in to comment.