From 877d9a197b9f91d2342f8b860245bdf840a7cfa9 Mon Sep 17 00:00:00 2001
From: Sivareddy Uppathi
Date: Tue, 5 Nov 2024 16:50:36 +0530
Subject: [PATCH] Update apps/showcase/doc/forms/ResolversDoc.vue
Docs: Scentence typo update
Co-authored-by: Grant
---
apps/showcase/doc/forms/ResolversDoc.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/showcase/doc/forms/ResolversDoc.vue b/apps/showcase/doc/forms/ResolversDoc.vue
index 1781e7bc3..3a4469005 100644
--- a/apps/showcase/doc/forms/ResolversDoc.vue
+++ b/apps/showcase/doc/forms/ResolversDoc.vue
@@ -4,7 +4,7 @@
Validations are implemented with the resolver property. A custom resolver is responsible for handling the validation and returning an errors object with key-value pairs where key is the form field name and value is an array
of error object data. For productivity, we recommend using a schema validation library instead of building your own custom validation logic. The forms library provide built-in resolvers for popular options including
Zod, Yup, Joi, Valibot, and Superstruct that can
- be be imported from @primevue/forms/resolvers path.
+ be imported from @primevue/forms/resolvers path.