From b5eff7ba69fe8b84e683a2f6bb2c9ff9daa69944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 28 Apr 2020 13:43:07 +0200 Subject: [PATCH] Fix typo --- docs/en/installation/local_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation/local_installation.md b/docs/en/installation/local_installation.md index 81c668bc5..546535be0 100644 --- a/docs/en/installation/local_installation.md +++ b/docs/en/installation/local_installation.md @@ -45,7 +45,7 @@ cp config/secrets.yml.example config/secrets.yml And setup database credentials with your `consul` user in your new `database.yml` file. -7. Run the following [Rake tasks](https://github.com/ruby/rake) to create and fill your local database with the minimum data to run the application: +7. Run the following [Rake tasks](https://github.com/ruby/rake) to create and fill your local database with the minimum data needed to run the application: ```bash rake db:create