From 19d2bf364ba8a20eb3a3229fa9677c340878a3ce Mon Sep 17 00:00:00 2001 From: Vaibhav Kumar Date: Fri, 24 Jun 2022 15:21:35 +0530 Subject: [PATCH] fix(docs): documentation typo fix in request response cycle fix in docs for typo from "infrastruture" to "infrastructure" Signed-off-by: Vaibhav Kumar --- docs/site/Request-response-cycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/Request-response-cycle.md b/docs/site/Request-response-cycle.md index f6c196a89afa..ed6329239fb5 100644 --- a/docs/site/Request-response-cycle.md +++ b/docs/site/Request-response-cycle.md @@ -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