Skip to content

Commit 2341aa9

Browse files
✏️ Fix typo in README.md (#333)
`SpacialPickerType?` should be `SpecialPickerType?`
1 parent 339ac92 commit 2341aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Fields in `AssetPickerConfig`:
205205
| pathThumbnailSize | `ThumbnailSize` | Thumbnail size for the path selector. | `ThumbnailSize.square(80)` |
206206
| previewThumbnailSize | `ThumbnailSize?` | Preview thumbnail size in the viewer. | `null` |
207207
| requestType | `RequestType` | Request type for picker. | `RequestType.common` |
208-
| specialPickerType | `SpacialPickerType?` | Provides the option to integrate a custom picker type. | `null` |
208+
| specialPickerType | `SpecialPickerType?` | Provides the option to integrate a custom picker type. | `null` |
209209
| keepScrollOffset | `bool` | Whether the picker should save the scroll offset between pushes and pops. | `null` |
210210
| sortPathDelegate | `SortPathDelegate<AssetPathEntity>?` | Path entities sort delegate for the picker, sort paths as you want. | `CommonSortPathDelegate` |
211211
| filterOptions | `FilterOptionGroup?` | Allow users to customize assets filter options. | `null` |

0 commit comments

Comments
 (0)