diff --git a/content/en/building/guides/data/analytics/setup.md b/content/en/building/guides/data/analytics/setup.md index 7272cb401..4bc91bebd 100644 --- a/content/en/building/guides/data/analytics/setup.md +++ b/content/en/building/guides/data/analytics/setup.md @@ -46,7 +46,7 @@ You can verify this command worked by running `docker ps`. It should show 2 cont ### Cleanup When you are done using the services, you can clean everything by running `down`. -For example, in the scenario of [running all CHT Sync services]({{< relref "#separate-couchdb-instance" >}}), the command should look like: +For example, in the scenario of [separate couchdb instance]({{< relref "#separate-couchdb-instance" >}}), the command should look like: ```sh docker compose -f docker-compose.postgres.yml -f docker-compose.yml down