Skip to content

Commit 900e220

Browse files
authored
typo from devcomm (#42346)
1 parent 8fe9203 commit 900e220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/maui/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The sample application includes the following backend services:
7171
- An ordering microservice, which is a domain-driven service that uses domain-driven design patterns.
7272
- A basket microservice, which is a data-driven CRUD service that uses Redis Cache.
7373

74-
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).
74+
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).
7575

7676
## Multi-Platform app
7777

0 commit comments

Comments
 (0)