]> git.openstreetmap.org Git - rails.git/commitdiff
Fix mismatched quote and pluralization
authorJamie Alessio <jamie@urbanfootprint.com>
Thu, 24 Oct 2019 15:04:11 +0000 (08:04 -0700)
committerMichal Migurski <migurski@fb.com>
Thu, 28 Jan 2021 20:03:58 +0000 (12:03 -0800)
DOCKER.md

index 2350684593143643d670ce6455622d3ced9cdb50..0c5bee35c07d5055d1d1a0939ca15090ee361255 100644 (file)
--- 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