Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(api/useFetchers): typo fix #4147

Merged
merged 3 commits into from Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions contributors.yml
Expand Up @@ -413,6 +413,7 @@
- vmosyaykin
- vorcigernix
- weavdale
- willhack
- willin
- wKovacs64
- wladiston
Expand Down
2 changes: 1 addition & 1 deletion docs/api/remix.md
Expand Up @@ -1211,7 +1211,7 @@ function Task({ task }) {
}
```

This awesome for the checkbox, but the sidebar will say 2/4 while the checkboxes show 3/4 when the user clicks on of them!
This is awesome for the checkbox, but the sidebar will say 2/4 while the checkboxes show 3/4 when the user clicks one of them!

```
+-----------------+----------------------------+
Expand Down