From 251b5c601b530677976f8c1c66ecb6d6b4282c24 Mon Sep 17 00:00:00 2001 From: Samuel Rigaud <46346622+s-rigaud@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:45:16 -0400 Subject: [PATCH] docs: update value-comparator description Co-authored-by: Andrew Henry --- packages/api-generator/src/locale/en/generic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api-generator/src/locale/en/generic.json b/packages/api-generator/src/locale/en/generic.json index f13de72d5b2..2333311c1fa 100644 --- a/packages/api-generator/src/locale/en/generic.json +++ b/packages/api-generator/src/locale/en/generic.json @@ -48,7 +48,7 @@ "title": "Specify a title text for the component.", "subtitle": "Specify a subtitle text for the component.", "trueValue": "Sets value for truthy state", - "valueComparator": "Apply a custom comparison algorithm used for values", + "valueComparator": "Apply a custom comparison algorithm to compare **model-value** and values contains in the **items** prop.", "variant": "Applies a distinct style to the component", "width": "Sets the width for the component", "mode": "Sets the transition mode (does not apply to transition-group). You can find more information on the Vue documentation [for transition modes](https://vuejs.org/v2/api/#transition).",