Skip to content

Commit

Permalink
Update bigpicture.rst (spelling) (ThreeMammals#994)
Browse files Browse the repository at this point in the history
fixed 2 spelling/grammar mistakes.
  • Loading branch information
Mastermindzh authored and thiagoloureiro committed Aug 23, 2019
1 parent 8117366 commit 7efb217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introduction/bigpicture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ it reaches a request builder middleware where it creates a HttpRequestMessage ob
used to make a request to a downstream service. The middleware that makes the request is
the last thing in the Ocelot pipeline. It does not call the next middleware.
The response from the downstream service is stored in a per request scoped repository
and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware
and retrieved as the requests goes back up the Ocelot pipeline. There is a piece of middleware
that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client.
That is basically it with a bunch of other features.

The following are configuration that you use when deploying Ocelot.
The following are configurations that you use when deploying Ocelot.

Basic Implementation
^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 7efb217

Please sign in to comment.