mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
docs: [upload] Fix typo (#12186)
This commit is contained in:
parent
d13c3d83e8
commit
d85ed0f6fa
@ -53,7 +53,7 @@ const handleExceed: UploadProps['onExceed'] = (files, uploadFiles) => {
|
||||
|
||||
const beforeRemove: UploadProps['beforeRemove'] = (uploadFile, uploadFiles) => {
|
||||
return ElMessageBox.confirm(
|
||||
`Cancel the transfert of ${uploadFile.name} ?`
|
||||
`Cancel the transfer of ${uploadFile.name} ?`
|
||||
).then(
|
||||
() => true,
|
||||
() => false
|
||||
|
Loading…
Reference in New Issue
Block a user