Skip to content

Commit b0d2ee5

Browse files
committed
Merge pull request posabsolute#607 from hectorh30/funCall-typo
Replaced funCall for funcCall
2 parents 5ad6517 + 4da835c commit b0d2ee5

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)