Merge pull request #8031 from muryoimpl/fix-broken-link-in-api-dialog

Fix typo in docs/api/dialog
This commit is contained in:
Zeke Sikelianos 2016-11-20 17:54:47 -08:00 committed by GitHub
commit 8bc3dcd17a

View file

@ -31,7 +31,7 @@ The `dialog` module has the following methods:
* `defaultPath` String (optional)
* `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)
* `filters` [FileFilter[]](structures/file-filter.md) (optional)
* `properties` String[] - (optional) - Contains which features the dialog should use, can
contain `openFile`, `openDirectory`, `multiSelections`, `createDirectory`
and `showHiddenFiles`.