From f738f7b7a9da8bbb50ce63f60e24dcd27c3917bd Mon Sep 17 00:00:00 2001 From: Arun Vasudevan Date: Fri, 13 Nov 2020 16:10:51 -0600 Subject: [PATCH] Doc fix --- docs/docker/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker/development.md b/docs/docker/development.md index 1e46ffbd2a..21dd627992 100644 --- a/docs/docker/development.md +++ b/docs/docker/development.md @@ -23,7 +23,7 @@ you need to make two small edits (don't check these changes in!). - Add the JVM debug flags to the environment file for the service. - Assign the port in the docker-compose file. -For example, to debug `dathaub-gms`: +For example, to debug `datahub-gms`: ``` # Add this line to docker/datahub-gms/env/docker.env. You can change the port and/or change suspend=n to y.