From c8c4f19325037573f2504075fef071c2d5434c04 Mon Sep 17 00:00:00 2001
From: zagaj <m.zagajewska@gmail.com>
Date: Sat, 3 Feb 2024 15:15:46 +0100
Subject: [PATCH] docs: typo in validation page

---
 docs/pages/docs/features/validation/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pages/docs/features/validation/index.md b/docs/pages/docs/features/validation/index.md
index ca43f772..c4c7a18d 100644
--- a/docs/pages/docs/features/validation/index.md
+++ b/docs/pages/docs/features/validation/index.md
@@ -78,7 +78,7 @@ readonly class BlogPostFormValidator extends InputValidator
         );
     }
 
-    public function getSchema(): Schema
+    public function getSchema(): JsonSchema
     {
         return new JsonSchema([
             'type' => 'object',
-- 
GitLab