docs: update native file drag and drop (#26044)

fixed a typo.
This commit is contained in:
The Gem Dev 2020-10-19 22:18:43 +01:00 committed by GitHub
parent e895353f7a
commit 3219812c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: