Skip to content

Commit

Permalink
Corrected very minor typo's in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wills Bithrey committed Dec 31, 2011
1 parent 9dbbad8 commit ac2bcc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -66,7 +66,7 @@ Advanced
### Helpers

Helpers provide a simple mechanism to extend the capabilities of fancyBox.
There ar two built-in helpers - 'overlay' and 'title'. You can disable them or set custom options:
There are two built-in helpers - 'overlay' and 'title'. You can disable them or set custom options:

Disable 'overlay' helper and change title location:
$(".fancybox").fancybox({
Expand All @@ -81,7 +81,7 @@ There ar two built-in helpers - 'overlay' and 'title'. You can disable them or s

### API

Also available are event driven callback methods. The `this` keyword refers to the curent or upcoming object (depends on callback method). Here is how you can change title:
Also available are event driven callback methods. The `this` keyword refers to the current or upcoming object (depends on callback method). Here is how you can change title:

$(".fancybox").fancybox({
afterLoad : function() {
Expand Down

0 comments on commit ac2bcc2

Please sign in to comment.