Browse Source

fixed spelling error

pull/666/head
Stephen Hess 8 years ago
parent
commit
b774cc617c
  1. 2
      sanitiser/sanitizeAll.js

2
sanitiser/sanitizeAll.js

@ -7,7 +7,7 @@ function sanitize( req, sanitizers, cb ){
// (sanitized) input parameters // (sanitized) input parameters
req.clean = {}; req.clean = {};
// init erros and warnings arrays // init errors and warnings arrays
req.errors = []; req.errors = [];
req.warnings = []; req.warnings = [];

Loading…
Cancel
Save