Update dialog.md
authordeed02392 <georgehafiz@gmail.com>
Thu, 17 Nov 2016 22:39:24 +0000 (22:39 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Nov 2016 22:39:24 +0000 (22:39 +0000)
Fix syntax to support docs parser and MD.

docs/api/dialog.md

index add8e43..0fe3ff6 100644 (file)
@@ -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)