Skip to content

Commit 8f9e085

Browse files
authored
Merge pull request #1506 from HollowMan6/patch-1
Fix typo
2 parents 5ce9f8b + 9642046 commit 8f9e085

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)