diff --git a/lib/middleware/session.js b/lib/middleware/session.js index 128bc5915..9b5e185ca 100644 --- a/lib/middleware/session.js +++ b/lib/middleware/session.js @@ -43,7 +43,7 @@ exports.MemoryStore = MemoryStore; * Warning message for `MemoryStore` usage in production. */ -var warning = 'Warning: connection.session() MemoryStore is not\n' +var warning = 'Warning: connect.session() MemoryStore is not\n' + 'designed for a production environment, as it will leak\n' + 'memory, and will not scale past a single process.';