Skip to content

Commit 13ddb1f

Browse files
authored
Update ApiAggregator.md
1 parent 2c23ad0 commit 13ddb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiAggregator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ You could also acheieve the above registrations using fluent registration below.
196196
services.UseApiAggregator()
197197
.AddApiAggregate<Customer>(new CustomerAggregate());
198198
```
199-
Note: Above examples to enable HttpClient is basic. However, you could additional implement circuit breaking & retry polices.
199+
Note: Above examples to enable HttpClient is basic. However, you could additionally implement circuit breaking & retry polices.
200200
>Please see [`Circuit Breaker`](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-circuit-breaker-pattern) pattern for more details.
201201
202202

0 commit comments

Comments
 (0)