Skip to content

Commit 71a827b

Browse files
authored
fix typo (#4874)
1 parent a5c6977 commit 71a827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-aria-components/docs/FileTrigger.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ A file trigger can accept multiple files by passsing the `allowsMultiple` proper
190190

191191
To specify the media capture mechanism to capture media on the spot, pass `user` for the user-facing camera or `environment` for the outward-facing camera via the `defaultCamera` prop.
192192

193-
This behavior only works on mobile devices. On desktop devices, it will open the file system like normal. [Read more about about capture](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture).
193+
This behavior only works on mobile devices. On desktop devices, it will open the file system like normal. [Read more about capture](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture).
194194

195195
```tsx example
196196
<FileTrigger defaultCamera="environment">

0 commit comments

Comments
 (0)