Typo usual => usually (#767)

This commit is contained in:
Deon Heyns 2019-01-27 12:16:44 -04:00 committed by Abolfazl
parent 938fa9687f
commit 0b54894e68

View File

@ -1,7 +1,7 @@
Request Aggregation Request Aggregation
=================== ===================
Ocelot allows you to specify Aggregate ReRoutes that compose multiple normal ReRoutes and map their responses into one object. This is usual where you have Ocelot allows you to specify Aggregate ReRoutes that compose multiple normal ReRoutes and map their responses into one object. This is usually where you have
a client that is making multiple requests to a server where it could just be one. This feature allows you to start implementing back end for a front end type a client that is making multiple requests to a server where it could just be one. This feature allows you to start implementing back end for a front end type
architecture with Ocelot. architecture with Ocelot.