Skip to content

Commit eab2552

Browse files
authored
Fix typo in image_picker_for_web README.md (flutter#2835)
1 parent a03b66f commit eab2552

File tree

1 file changed

+1
-1
lines changed
  • packages/image_picker/image_picker_for_web

1 file changed

+1
-1
lines changed

packages/image_picker/image_picker_for_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A web implementation of [`image_picker`][1].
55
## Limitations on the web platform
66

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

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

0 commit comments

Comments
 (0)