From 3cf4dab8ab31a73da13811cccae813762ef90546 Mon Sep 17 00:00:00 2001 From: carnage Date: Fri, 16 Dec 2022 11:16:58 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da60aa5..1a3b6c1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Set this to the url that should return with the error. #### Request Validation The `RequestValidation` middleware will validate or invalidate incoming requests and let you decide how to react. -You can floow it with your own custom middleware or with one of the following built-in options to produce an error response: +You can follow it with your own custom middleware or with one of the following built-in options to produce an error response: #### Nested Json Response