Skip to content

Commit e5df7f3

Browse files
author
Sleepwalker
committed
Fixed wrong format of the function's caption in readme
1 parent abbd36b commit e5df7f3

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
@@ -30,7 +30,7 @@ http://api.jquery.com/one/
3030
$('#yourElement').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', doSomething);
3131
```
3232

33-
**Note:** `jQuery#one` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/).
33+
**Note:** `jQuery.one()` is used when you want to execute the event handler at most *once*. More information [here](http://api.jquery.com/one/).
3434

3535
You can change the duration of your animations, add a delay or change the number of times that it plays:
3636

0 commit comments

Comments
 (0)