Skip to content

Commit 0ac8be2

Browse files
author
Markus Amalthea Magnuson
committed
recieve -> receive
1 parent 005c7f6 commit 0ac8be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/events/history-of-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When we use `.live()` our event is bound to `$( document )`. When the `<li>` is
7070
* `<html>`
7171
* *document* root
7272

73-
The last element to recieve the *click* event is *document*, this is where our `.live()` event is bound. `.live()` will then check to see if our selector `#list li` is the element that triggered the event, if so our event handler is executed.
73+
The last element to receive the *click* event is *document*, this is where our `.live()` event is bound. `.live()` will then check to see if our selector `#list li` is the element that triggered the event, if so our event handler is executed.
7474

7575

7676
### [.live()](http://api.jquery.com/live/) w/ context (Deprecated)

0 commit comments

Comments
 (0)