From 72b1c018369895391ef1900d9e782b306769693c Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Schneider Date: Thu, 23 May 2019 00:22:51 -0300 Subject: [PATCH] fix: docs/api/dialog.md: fix typo (#18392) --- docs/api/dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/dialog.md b/docs/api/dialog.md index e5333b66bd26..f07247376214 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -113,7 +113,7 @@ dialog.showOpenDialogSync(mainWindow, { * `securityScopedBookmarks` Boolean (optional) _masOS_ _mas_ - Create [security scoped bookmarks](https://developer.apple.com/library/content/documentation/Security/Conceptual/AppSandboxDesignGuide/AppSandboxInDepth/AppSandboxInDepth.html#//apple_ref/doc/uid/TP40011183-CH3-SW16) when packaged for the Mac App Store. * `callback` Function (optional) -Returns `Promise` - Resolve wih an object containing the following: +Returns `Promise` - Resolve with an object containing the following: * `canceled` Boolean - whether or not the dialog was canceled. * `filePaths` String[] (optional) - An array of file paths chosen by the user. If the dialog is cancelled this will be an empty array.