We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ad6517 + 4da835c commit b0d2ee5Copy full SHA for b0d2ee5
README.md
@@ -501,7 +501,7 @@ Please refer to the section *Custom Regex* for a list of available regular expre
501
502
### custom[function_name]
503
504
-Validates the element's value to a predefined function included in the language file (compared to funCall that can be anywhere in your application),
+Validates the element's value to a predefined function included in the language file (compared to funcCall that can be anywhere in your application),
505
506
```html
507
<input value="someone@nowhere.com" class="validate[required,custom[requiredInFunction]]" type="text" name="email" id="email" />
0 commit comments