Skip to content

Commit ae7964d

Browse files
committed
Merge pull request defunkt#261 from theo-bittencourt/patch-1
Update README.md - fix typo
2 parents cd10f6c + 6214ca0 commit ae7964d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ All events are fired from the container, not the link was clicked.
193193

194194
#### start and end
195195

196-
* `pjax:start` - Fired when pjaxing begins
196+
* `pjax:start` - Fired when pjaxing begins.
197197
* `pjax:end` - Fired when pjaxing ends.
198-
`pjax:click` - Fired when pjaxified link is clicked
198+
* `pjax:click` - Fired when pjaxified link is clicked.
199199

200200
This pair events fire anytime a pjax request starts and finishes. This includes pjaxing on `popstate` and when pages are loaded from cache instead of making a request.
201201

0 commit comments

Comments
 (0)