From 9c3b6527c1b51b9963baf1fc033dd9800b9be21c Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 17:16:59 +0530 Subject: [PATCH] docs: fix typo wihtout -> without Signed-off-by: Vaibhav Srivastava --- lib/God.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/God.js b/lib/God.js index d04ee1a97..55e8b4a0f 100644 --- a/lib/God.js +++ b/lib/God.js @@ -156,7 +156,7 @@ God.prepare = function prepare (env, cb) { return God.executeApp(Utility.clone(_env), function (err, clu) { if (err) return next(err); God.notify('start', clu, true); - // here call next wihtout an array because + // here call next without an array because // async.times aggregate the result into an array return next(null, Utility.clone(clu)); });