diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index cbf261e396..b35bbdee7d 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -1162,7 +1162,7 @@ End subscribing for frame presentation events. #### `contents.startDrag(item)` * `item` Object - * `file` String - The path to the file being dragged. + * `file` String or `files` Array - The path(s) to the file(s) being dragged. * `icon` [NativeImage](native-image.md) - The image must be non-empty on macOS.