From 1d89b18e15c33be746ba917485c1f53f8cf43c5a Mon Sep 17 00:00:00 2001 From: zakaria-c <23211915+zakaria-c@users.noreply.github.com> Date: Tue, 15 Sep 2020 12:59:40 +0200 Subject: [PATCH] Fix typo in implement-api-gateways-with-ocelot.md (#20623) --- .../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 f8d7339883d5f..804aaa1b169e7 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