Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyFagis committed Mar 19, 2017
1 parent f1494c6 commit fbc86ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $('.dropify').dropify({
'remove': 'Remove',
'error': 'Ooops, something wrong happended.'
}
}
});
```


Expand All @@ -196,7 +196,7 @@ $('.dropify').dropify({
'maxHeight': 'The image height is too big ({{ value }}px max).',
'imageFormat': 'The image format is not allowed ({{ value }} only).'
}
}
});
```


Expand All @@ -214,7 +214,7 @@ $('.dropify').dropify({
errorLine: '<p class="dropify-error">{{ error }}</p>',
errorsContainer: '<div class="dropify-errors-container"><ul></ul></div>'
}
}
});
```


Expand Down

0 comments on commit fbc86ac

Please sign in to comment.