diff --git a/docs/content/guide/components/nested-objects-and-arrays.md b/docs/content/guide/components/nested-objects-and-arrays.md index 2e2dca7a4..b17cfbfc2 100644 --- a/docs/content/guide/components/nested-objects-and-arrays.md +++ b/docs/content/guide/components/nested-objects-and-arrays.md @@ -131,7 +131,7 @@ Field arrays are a special type of nested array fields, they are often used to c When dealing with those fields it is better to use `` component which gives you a few helpers you can use to manage the array fields. -Here is a small example that shows how easy it is to create a repeatable group of fields: +Here is a small example that shows how easy it is to create a repeatable `URL` field: ```vue