From 42ae27fb9142db71030b336f9157d672ae5caf64 Mon Sep 17 00:00:00 2001 From: Ezekiel Oladejo Date: Sun, 14 Apr 2024 02:16:32 +0100 Subject: [PATCH] docs: add preposition (#1289) --- docs/guides/field-selection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/field-selection.md b/docs/guides/field-selection.md index 04da9481..c07e00be 100644 --- a/docs/guides/field-selection.md +++ b/docs/guides/field-selection.md @@ -117,7 +117,7 @@ app.post( Globstars extend [wildcards](#wildcards) to an infinitely deep level. They can be used when you have an unknown level of nested fields, and want to validate/sanitize all -them the same way. +of them the same way. For example, imagine that your endpoint handles the update of a company's organizational chart. The structure is recursive, so it looks roughly like this: