From 2e6a58b38c1a769592e840ad8c90244046429c05 Mon Sep 17 00:00:00 2001 From: Mekel Date: Wed, 20 Jan 2021 18:57:43 +0700 Subject: [PATCH] Fix typo in deployment/heroku.md Just a tiny misspell. Reference: https://dictionary.cambridge.org/dictionary/english/separately --- developer-docs/latest/deployment/heroku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-docs/latest/deployment/heroku.md b/developer-docs/latest/deployment/heroku.md index 90de6201ad..17e3fdcd8b 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`.