Skip to content

Commit c52b439

Browse files
committed
Merge pull request #53 from shabda/master
readme typos
2 parents 8c10d29 + 3f98d4b commit c52b439

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ link, the trigger would be fired on the ```<a>``` element. This, of course,
9393
bubbles up, but allows you to easily listen only for events on particular tags.
9494

9595
Every event also sends as its first parameter, the element itself, in case you
96-
were listing at a higher level in the chain, you still would have easy access to
96+
were listening at a higher level in the chain, you still would have easy access to
9797
the relevant node.
9898

9999

@@ -112,7 +112,7 @@ A single argument is sent with this event and is the jQuery object for the node:
112112

113113
### ```eldarion-ajax:success```
114114

115-
This is the event that is triggered once the server receives a successful
115+
This is the event that is triggered once the browser receives a successful
116116
response (status code 200) from the server. You can handle this in order to
117117
provide your own processors if the ones that ship by default do not meet your
118118
needs.
@@ -128,7 +128,7 @@ the JSON data from the server:
128128

129129
### ```eldarion-ajax:error```
130130

131-
This event sends a request for 400, 404, and 500 status codes.
131+
This event is triggered for 400, 404, and 500 status codes.
132132

133133

134134
### ```eldarion-ajax:complete```

0 commit comments

Comments
 (0)