Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
style(docblock): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree authored and thetutlage committed Oct 31, 2017
1 parent 6117093 commit abcb31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Ignitor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const Helpers = require('../Helpers')
const hooks = require('../Hooks')

const WARNING_MESSAGE = `
WARNING: Adonis has detect an unhandled promise rejection, which may
WARNING: Adonis has detected an unhandled promise rejection, which may
cause undesired behavior in production.
Make sure to always attach (catch) method on promises and wrap await
To stop this warning, use catch() on promises and wrap await
calls inside try/catch.
`

Expand Down

0 comments on commit abcb31a

Please sign in to comment.