From 7c621abeaeda1258df5943a15411de23008eb258 Mon Sep 17 00:00:00 2001 From: Abdelrahman Awad Date: Wed, 17 Nov 2021 02:44:03 +0200 Subject: [PATCH] docs: example fix --- docs/content/guide/components/nested-objects-and-arrays.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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