From 693480cc7b501c73b4af3b1213c981c9e66bb0c9 Mon Sep 17 00:00:00 2001 From: zakaria-c <23211915+zakaria-c@users.noreply.github.com> Date: Mon, 14 Sep 2020 15:27:03 +0200 Subject: [PATCH] Fix typo in implement-api-gateways-with-ocelot.md --- .../implement-api-gateways-with-ocelot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot.md b/docs/architecture/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot.md index 8ac1d9121a67d..77034f7c5afa9 100644 --- a/docs/architecture/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot.md +++ b/docs/architecture/microservices/multi-container-microservice-net-applications/implement-api-gateways-with-ocelot.md @@ -368,7 +368,7 @@ Because of testing or debugging reasons, if you wanted to directly access to the **Figure 6-36**. Direct access to a microservice for testing purposes -But the application is configured so it accesses all the microservices through the API Gateways, not though the direct port "shortcuts". +But the application is configured so it accesses all the microservices through the API Gateways, not through the direct port "shortcuts". ### The Gateway aggregation pattern in eShopOnContainers