Skip to content

Commit

Permalink
Update field.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored Dec 7, 2021
1 parent 9a3c0ef commit be2e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/en/docs/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit be2e6c5

Please sign in to comment.