EthanRBrown / web-development-with-node-and-express

Companion repository to Web Development With Node and Express, first edition.
1.02k stars 502 forks source link

typo in ch15/meadowlark.js #40

Open anemochore opened 9 years ago

anemochore commented 9 years ago

line 90: var sessionStore = new MongoSessionStore({ url: credentials.mongo[app.get('env'].connectionString });

should be

var sessionStore = new MongoSessionStore({ url: credentials.mongo[app.get('env')].connectionString });

( ie ('env'] -> ('env)] )

EthanRBrown commented 9 years ago

If you fix this and create a PR, I will merge it in!

anemochore commented 9 years ago

ok https://github.com/EthanRBrown/web-development-with-node-and-express/pulls?q=is%3Aopen+is%3Apr