Skip to content

Commit 5246cfb

Browse files
authored
Fix typo
durings -> during
1 parent c664330 commit 5246cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const app = express()
1010

1111
require('./middleware')(app)
1212

13-
// prevent the app from starting up durings tests
13+
// prevent the app from starting up during tests
1414
/* istanbul ignore next */
1515
if (!module.parent) {
1616
// check that the development server is not already running

0 commit comments

Comments
 (0)