Skip to content

Commit

Permalink
Merge pull request #1506 from HollowMan6/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
janiceilene authored Nov 20, 2020
2 parents 5ce9f8b + 9642046 commit 8f9e085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f9e085

Please sign in to comment.