Skip to content

Commit ead35c8

Browse files
authored
repo sync
2 parents 912ac50 + 8f9e085 commit ead35c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)