From eab5376c25ac8bb1234a56abbb3969f96aa8359b Mon Sep 17 00:00:00 2001 From: muryoimpl Date: Mon, 21 Nov 2016 00:49:11 +0900 Subject: [PATCH] Fix typo --- 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 8fcba99d2f15..8cebc727e488 100644 --- a/docs/api/dialog.md +++ b/docs/api/dialog.md @@ -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`.