Skip to content

Commit 74e29db

Browse files
committed
fix a word mistake
1 parent 71bba5b commit 74e29db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson8/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ describe('test/app.test.js', function () {
238238
var supertest = require('supertest');
239239
var userCookie;
240240
supertest.post('login').end(function (err, res) {
241-
userCookie = res.headres['Cookie']
241+
userCookie = res.headers['Cookie']
242242
});
243243
// then ..
244244

0 commit comments

Comments
 (0)