From: Jamie Alessio Date: Thu, 24 Oct 2019 15:04:11 +0000 (-0700) Subject: Fix mismatched quote and pluralization X-Git-Tag: live~1851^2~27 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/544daa09eb9e396791ee9f3a5f03867bd84e502e?ds=sidebyside Fix mismatched quote and pluralization --- diff --git a/DOCKER.md b/DOCKER.md index 235068459..0c5bee35c 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -52,7 +52,7 @@ This will launch one Docker container for each 'service' specified in `docker-co ### Migrations -While the `db' service is running, open another terminal windows and run: +While the `db` service is running, open another terminal window and run: docker-compose run --rm web rake db:migrate