Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Fix typo in image_picker_for_web README.md #2835

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker_for_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A web implementation of [`image_picker`][1].
## Browser Support

Since Web Browsers don't offer direct access to their users' file system,
this plugin provides a `PickedFile` abstraction to make access access uniform
this plugin provides a `PickedFile` abstraction to make access uniform
across platforms.

The web version of the plugin puts network-accessible URIs as the `path`
Expand Down