From 5533907ad7ab29ece40bc926fff44b52caf4b2f7 Mon Sep 17 00:00:00 2001 From: Edwin Date: Sat, 8 Dec 2018 08:41:10 +0100 Subject: [PATCH] Grammar (#672) --- docs/features/requestaggregation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/requestaggregation.rst b/docs/features/requestaggregation.rst index a5ca30f6..21c5c8f9 100644 --- a/docs/features/requestaggregation.rst +++ b/docs/features/requestaggregation.rst @@ -1,7 +1,7 @@ Request Aggregation =================== -Ocelot allow's 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 usual 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 architecture with Ocelot.