Skip to content

Commit 4da835c

Browse files
committed
fixing only typo
1 parent fc40f3e commit 4da835c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ Please refer to the section *Custom Regex* for a list of available regular expre
501501
502502
### custom[function_name]
503503
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),
504+
Validates the element's value to a predefined function included in the language file (compared to funcCall that can be anywhere in your application),
505505
506506
```html
507507
<input value="someone@nowhere.com" class="validate[required,custom[requiredInFunction]]" type="text" name="email" id="email" />

0 commit comments

Comments
 (0)