From 13ddb1f6a4502995f25b5b4e3b2216a25a19c249 Mon Sep 17 00:00:00 2001 From: Code Ninja Date: Sat, 9 Nov 2024 14:21:58 +0000 Subject: [PATCH] Update ApiAggregator.md --- ApiAggregator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApiAggregator.md b/ApiAggregator.md index f9cb19f..10ddb63 100644 --- a/ApiAggregator.md +++ b/ApiAggregator.md @@ -196,7 +196,7 @@ You could also acheieve the above registrations using fluent registration below. services.UseApiAggregator() .AddApiAggregate(new CustomerAggregate()); ``` -Note: Above examples to enable HttpClient is basic. However, you could additional implement circuit breaking & retry polices. +Note: Above examples to enable HttpClient is basic. However, you could additionally implement circuit breaking & retry polices. >Please see [`Circuit Breaker`](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-circuit-breaker-pattern) pattern for more details.