From 81ef293361a0611499f324b6851583d2b546452a Mon Sep 17 00:00:00 2001 From: Julen Landa Alustiza Date: Thu, 7 Sep 2017 21:48:55 +0200 Subject: [PATCH] Fix typo in contributing guide Signed-off-by: Julen Landa Alustiza --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24d925ebfa..821482d1b3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -217,7 +217,7 @@ If you want to start and use the development environment, you'll first need to b (container)# /bootstrap_development.sh ``` -The above will do all the setup tasks, including running database migratoins, so it amy take a couple minutes. +The above will do all the setup tasks, including running database migrations, so it amy take a couple minutes. Now you can start each service individually, or start all services in a pre-configured tmux session like so: