Skip to content

Commit

Permalink
chore: Fix typos (#6334)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored May 7, 2024
1 parent cf0846e commit d157bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-aria-components/docs/DropZone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ A drop zone can include a `FileTrigger` as a child, which may also be used stand
<ExampleCard
url="FileTrigger.html"
title="FileTrigger"
description="A file trigger allows a user to access the file system with any pressable componet such as a Button.">
description="A file trigger allows a user to access the file system with any pressable component such as a Button.">
<FileTrigger />
</ExampleCard>

Expand Down
2 changes: 1 addition & 1 deletion rfcs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To submit a new RFC, follow these steps:

1. Fork this repo.
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`.
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.
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.
4. If you want to include images in your RFC, place them in the same directory as the `README.md`.
5. Fill in the RFC. Please fill in every section in the template with as much detail as possible.
6. Submit a pull request to this repo with all of your files.
Expand Down

1 comment on commit d157bbd

@rspbot
Copy link

@rspbot rspbot commented on d157bbd May 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.