From 489d8733068b9ee94f596998ae6b78143f0f86a9 Mon Sep 17 00:00:00 2001 From: deed02392 Date: Thu, 17 Nov 2016 07:36:37 +0000 Subject: [PATCH] Update dialog.md Fix 'properties' type in documentation (was missing `[]` notation due to lack of Markdown escaping). --- 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 bfe838082627..add8e4355a37 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -32,7 +32,7 @@ The `dialog` module has the following methods: * `buttonLabel` String (optional) - Custom label for the confirmation button, when left empty the default label will be used. * `filters` [FileFilter[]](structrs/file-filter.md) (optional) - * `properties` String[] (optional) - Contains which features the dialog should use, can + * `properties` `String[]` (optional) - Contains which features the dialog should use, can contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory` and `showHiddenFiles`. * `callback` Function (optional)