From 1d9ff21609d16bc2e804af445417c6bc19c73855 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 1 May 2024 11:34:31 +1200 Subject: [PATCH] DOC Change hint to tip --- en/02_Developer_Guides/03_Forms/01_Validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/02_Developer_Guides/03_Forms/01_Validation.md b/en/02_Developer_Guides/03_Forms/01_Validation.md index 7803c4a28..f9f972e0b 100644 --- a/en/02_Developer_Guides/03_Forms/01_Validation.md +++ b/en/02_Developer_Guides/03_Forms/01_Validation.md @@ -6,7 +6,7 @@ icon: check-square # Form validation -> [!HINT] +> [!TIP] > Before you start implementing custom validation logic, check out [validation using `symfony/validator` constraints](/developer_guides/model/validation/#validation-and-constraints) > and see if there's an existing constraint that can do the heavy lifting for you.