From 1efa33023c4e8669c6d73d21390f5b167ad5bbea Mon Sep 17 00:00:00 2001 From: Kevin Morris Date: Mon, 20 Sep 2021 07:52:42 +0000 Subject: [PATCH] Update Testing Guide --- Testing-Guide.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Testing-Guide.md b/Testing-Guide.md index 7989ca7..f7128af 100644 --- a/Testing-Guide.md +++ b/Testing-Guide.md @@ -79,8 +79,7 @@ When a user runs `docker-compose up -d nginx`, a few things happen: 4. The `fastapi` service starts 5. The `php-fpm` service starts 6. The `nginx` service starts - - This last service depends on various features of the services - it depends on. + - This last service depends on various other services. #### Certificate Authority