Skip to content

Commit fbc86ac

Browse files
committed
Fixed typo.
1 parent f1494c6 commit fbc86ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ $('.dropify').dropify({
180180
'remove': 'Remove',
181181
'error': 'Ooops, something wrong happended.'
182182
}
183-
}
183+
});
184184
```
185185

186186

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

202202

@@ -214,7 +214,7 @@ $('.dropify').dropify({
214214
errorLine: '<p class="dropify-error">{{ error }}</p>',
215215
errorsContainer: '<div class="dropify-errors-container"><ul></ul></div>'
216216
}
217-
}
217+
});
218218
```
219219

220220

0 commit comments

Comments
 (0)