From 3219812c02a2d087041ab477db0620fea3243a59 Mon Sep 17 00:00:00 2001 From: The Gem Dev <53819287+the-gem-dev@users.noreply.github.com> Date: Mon, 19 Oct 2020 22:18:43 +0100 Subject: [PATCH] docs: update native file drag and drop (#26044) fixed a typo. --- docs/tutorial/native-file-drag-drop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/native-file-drag-drop.md b/docs/tutorial/native-file-drag-drop.md index 339f196678..4676421b5b 100644 --- a/docs/tutorial/native-file-drag-drop.md +++ b/docs/tutorial/native-file-drag-drop.md @@ -51,7 +51,7 @@ ipcMain.on('ondragstart', (event, filePath) => { }) ``` -After launching the Electron application, try to dragging and dropping +After launching the Electron application, try dragging and dropping the item from the BroswerWindow onto your desktop. In this guide, the item is a Markdown file located in the root of the project: