From 5246cfbda99a5dc577f251bc1415322e7fee3024 Mon Sep 17 00:00:00 2001 From: Hollow Man Date: Sat, 21 Nov 2020 00:43:27 +0800 Subject: [PATCH] Fix typo durings -> during --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index ea30fbad6465..1af6650790b9 100644 --- a/server.js +++ b/server.js @@ -10,7 +10,7 @@ const app = express() require('./middleware')(app) -// prevent the app from starting up durings tests +// prevent the app from starting up during tests /* istanbul ignore next */ if (!module.parent) { // check that the development server is not already running