docs: correct typo in native-file-drag-drop.md (#27387)
Corrects minor typo
This commit is contained in:
parent
2153e47502
commit
7ddc756a08
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ ipcMain.on('ondragstart', (event, filePath) => {
|
||||||
```
|
```
|
||||||
|
|
||||||
After launching the Electron application, try 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 from the BrowserWindow onto your desktop. In this guide,
|
||||||
the item is a Markdown file located in the root of the project:
|
the item is a Markdown file located in the root of the project:
|
||||||
|
|
||||||
![Drag and drop](../images/drag-and-drop.gif)
|
![Drag and drop](../images/drag-and-drop.gif)
|
||||||
|
|
Loading…
Reference in a new issue