From ffab4bacac2a10ce88c43a4e9e2c6ca132424486 Mon Sep 17 00:00:00 2001 From: Mehmet Uygun Date: Thu, 22 Aug 2024 14:42:50 +0100 Subject: [PATCH] Add missing parenthesis (#159) --- docs/Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Features.md b/docs/Features.md index 4c230de..53166d6 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -1202,7 +1202,7 @@ Show corresponding error messages below the field. #### Example 2 (md) Display a stack of error messages on above the form. ```html -hasErrors(): ?> +hasErrors()): ?>