Skip to content

Commit 5d057a2

Browse files
authored
Merge pull request #451 from igorbabko/master
Fix typo
2 parents 9d4b582 + 280f158 commit 5d057a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/CustomHtml.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
data() {
6666
return {
6767
description:
68-
'With the `useCustomSlot` property set to `true` uou can insert any html you can to replace the default message for the dropzone. The content will automatically we wrapped inside the `.dz-message` class.',
68+
'With the `useCustomSlot` property set to `true` you can insert any html you can to replace the default message for the dropzone. The content will automatically we wrapped inside the `.dz-message` class.',
6969
html: '````' + html + '````',
7070
css: '````' + css + '````',
7171
js: '````' + js + '````',

0 commit comments

Comments
 (0)