Skip to content

Commit

Permalink
docs: request-waterfalls typos (#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubinquitous committed Aug 19, 2024
1 parent 3292791 commit b565098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/request-waterfalls.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const [usersQuery, teamsQuery, projectsQuery] = useSuspenseQueries({
{ queryKey: ['teams'], queryFn: fetchTeams },
{ queryKey: ['projects'], queryFn: fetchProjects },
]
}
})
```

### Nested Component Waterfalls
Expand Down

0 comments on commit b565098

Please sign in to comment.