diff --git a/developer-docs/latest/deployment/heroku.md b/developer-docs/latest/deployment/heroku.md index 48a7a16033..e332321dec 100644 --- a/developer-docs/latest/deployment/heroku.md +++ b/developer-docs/latest/deployment/heroku.md @@ -334,7 +334,7 @@ module.exports = ({ env }) => ({ }); ``` -Then set the development and the production configurations separatly: +Then set the development and the production configurations separately: `Path: ./config/env/development/database.js`.