From e4279c7ae4ac960f79f162da284afc7996804472 Mon Sep 17 00:00:00 2001 From: Stephen Date: Tue, 24 Oct 2023 01:45:46 -0500 Subject: [PATCH] Correct grammar (#5612) --- guides/request_lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/request_lifecycle.md b/guides/request_lifecycle.md index 79a1e88a73..aee1b99e00 100644 --- a/guides/request_lifecycle.md +++ b/guides/request_lifecycle.md @@ -223,7 +223,7 @@ At this moment, you may be thinking this can be a lot of steps to simply render * view - the view handles the structured data from the controller and converts it to a presentation to be shown to users. Views are often named after the content format they are rendering. -Let's do a quick recap and how the last three components work together by adding another page. +Let's do a quick recap on how the last three components work together by adding another page. ## Another new page