From be2e6c5bacfcbaad657809fbe09c2040d65c4fe2 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Wed, 8 Dec 2021 00:35:15 +0300 Subject: [PATCH] Update field.md --- source/en/docs/field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/en/docs/field.md b/source/en/docs/field.md index 919226c46..ea136a960 100644 --- a/source/en/docs/field.md +++ b/source/en/docs/field.md @@ -338,7 +338,7 @@ Relation::make('idea') ->title('Choose your idea'); ``` -To set the amount of items that will be listed as a result of a search you can chain the method chunk, passing the number of search results as param: +To set the number of items that will be listed as a result of a search, you can chain the method chunk, passing the number of search results as a param: ```php Relation::make('users.')