Skip to content

Commit 280f158

Browse files
authored
Fix typo
1 parent 2b03702 commit 280f158

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)