Skip to content

Commit 28878df

Browse files
committed
clarify meaning
1 parent dcf5271 commit 28878df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/marketplace/platform-supported-content/modules/file-uploader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This action runs after a successful upload. When uploading multiple files at onc
9797

9898
##### On Upload Failure
9999

100-
This action runs when an upload to the server started, but failed during the process. The created object will be passed to the action. This is useful to perform cleanups from empty, dangling objects that are created but the content was not uploaded to them.
100+
This action runs when an upload to the server started, but failed during the process. The created object will be passed to the action. This is useful to perform cleanups from empty, dangling objects that were created but did not have content uploaded to them.
101101

102102
{{% alert color="info" %}}
103103
This action will not run if a validation error occurred on the client side, for example, if a provided file was too big or had an incorrect extension.

0 commit comments

Comments
 (0)