examples: fix typo in comment

closes #4667
This commit is contained in:
Andrew Heaney 2021-08-05 10:51:35 +01:00 committed by Douglas Christopher Wilson
parent f490f78563
commit 821b7f0624

View File

@ -8,7 +8,7 @@ var app = module.exports = express();
// create an error with .status. we
// can then use the property in our
// custom error handler (Connect repects this prop as well)
// custom error handler (Connect respects this prop as well)
function error(status, msg) {
var err = new Error(msg);