Skip to content

Commit

Permalink
fix(docs): documentation typo fix in request response cycle
Browse files Browse the repository at this point in the history
fix in docs for typo from "infrastruture" to "infrastructure"

Signed-off-by: Vaibhav Kumar <[email protected]>
  • Loading branch information
vaibhavkumar-sf authored and achrinza committed Jun 24, 2022
1 parent 59de2af commit 19d2bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/Request-response-cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ the APIs that create the endpoints on the server. We will then follow the path
taken by a request, to see how it makes its way through the various parts of the
framework to return a result.

### Setting up the request/response infrastruture
### Setting up the request/response infrastructure

The endpoints on a LoopBack app can be categorized into controller endpoints and
non-controller endpoints. Controller endpoints are those that are created by
Expand Down

0 comments on commit 19d2bf3

Please sign in to comment.