From 31b72f6200c1e8dd9d6b4e8ed0ad45d5b57483d2 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:40:55 -0700 Subject: [PATCH] typo from devcomm --- docs/architecture/maui/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/maui/introduction.md b/docs/architecture/maui/introduction.md index c25cea69dbd6b..b0ddbad1f28d1 100644 --- a/docs/architecture/maui/introduction.md +++ b/docs/architecture/maui/introduction.md @@ -71,7 +71,7 @@ The sample application includes the following backend services: - An ordering microservice, which is a domain-driven service that uses domain-driven design patterns. - A basket microservice, which is a data-driven CRUD service that uses Redis Cache. -These backend services are implemented as microservices using ASP.NET Core, and are deployed as unique containers with .NET Aspire. Collectively, these backend services are referred to as the eShop reference application. Client apps communicate with the backend services through a Representational State Transfer (REST) web interface. For more information about microservices and conainers, see [Containerized microservices](micro-services.md). +These backend services are implemented as microservices using ASP.NET Core, and are deployed as unique containers with .NET Aspire. Collectively, these backend services are referred to as the eShop reference application. Client apps communicate with the backend services through a Representational State Transfer (REST) web interface. For more information about microservices and containers, see [Containerized microservices](micro-services.md). ## Multi-Platform app