Skip to content

Commit b565098

Browse files
authored
docs: request-waterfalls typos (#7918)
1 parent 3292791 commit b565098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/guides/request-waterfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const [usersQuery, teamsQuery, projectsQuery] = useSuspenseQueries({
119119
{ queryKey: ['teams'], queryFn: fetchTeams },
120120
{ queryKey: ['projects'], queryFn: fetchProjects },
121121
]
122-
}
122+
})
123123
```
124124

125125
### Nested Component Waterfalls

0 commit comments

Comments
 (0)