Skip to content

Commit d157bbd

Browse files
authored
chore: Fix typos (#6334)
1 parent cf0846e commit d157bbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ A drop zone can include a `FileTrigger` as a child, which may also be used stand
126126
<ExampleCard
127127
url="FileTrigger.html"
128128
title="FileTrigger"
129-
description="A file trigger allows a user to access the file system with any pressable componet such as a Button.">
129+
description="A file trigger allows a user to access the file system with any pressable component such as a Button.">
130130
<FileTrigger />
131131
</ExampleCard>
132132

rfcs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To submit a new RFC, follow these steps:
3333

3434
1. Fork this repo.
3535
2. Create a directory inside this `rfcs` directory. The directory name should begin with the year and include a meaningful description, such as `rfcs/2018-cyclebutton-new-component`.
36-
3. Copy the [template.md](template.md) file from this `rfcs` directory into your newly created subdirectory (such as `rfcs/2018-cyclebutton-new-componet/README.md`). Be sure to name your file `README.md` so it is easily viewable in the GitHub interface.
36+
3. Copy the [template.md](template.md) file from this `rfcs` directory into your newly created subdirectory (such as `rfcs/2018-cyclebutton-new-component/README.md`). Be sure to name your file `README.md` so it is easily viewable in the GitHub interface.
3737
4. If you want to include images in your RFC, place them in the same directory as the `README.md`.
3838
5. Fill in the RFC. Please fill in every section in the template with as much detail as possible.
3939
6. Submit a pull request to this repo with all of your files.

0 commit comments

Comments
 (0)