Skip to content

Commit

Permalink
doc(instructions.md): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-haugge authored and thetutlage committed Nov 22, 2018
1 parent 2646b0c commit 974845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ After this all queries will be wrapped inside a transaction.

## Environment Variables

The configuration file `config/database.js` references **environment variables** from `.env` file. Make sure to set them accordingly for development and prodiction envorinment.
The configuration file `config/database.js` references **environment variables** from `.env` file. Make sure to set them accordingly for development and production environment.

```
DB_CONNECTION=sqlite
Expand Down

0 comments on commit 974845e

Please sign in to comment.