Fix typo
authormuryoimpl <muryoimpl@gmail.com>
Sun, 20 Nov 2016 15:49:11 +0000 (00:49 +0900)
committermuryoimpl <muryoimpl@gmail.com>
Sun, 20 Nov 2016 15:49:11 +0000 (00:49 +0900)
docs/api/dialog.md

index 8fcba99..8cebc72 100644 (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`.