From 544daa09eb9e396791ee9f3a5f03867bd84e502e Mon Sep 17 00:00:00 2001 From: Jamie Alessio Date: Thu, 24 Oct 2019 08:04:11 -0700 Subject: [PATCH] Fix mismatched quote and pluralization --- DOCKER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1