Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Commit 4803f2c

Browse files
committed
fix doc
1 parent b879824 commit 4803f2c

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
@@ -177,7 +177,7 @@ If the value is valid, the function should return `TRUE`, otherwise it should re
177177
#### Example
178178

179179
```html
180-
<input type="text" data-custom-callback="validateUsername" />
180+
<input type="text" validation-callback="validateUsername" />
181181
```
182182

183183
```javascript

0 commit comments

Comments
 (0)