Skip to content

Commit a9e83a4

Browse files
authored
docs: missing code format (#8102)
1 parent 78cfcfe commit a9e83a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/eslint/stable-query-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function App() {
4848
}
4949
```
5050

51-
```
51+
```tsx
5252
async function App() {
5353
const queryClient = new QueryClient()
5454
await queryClient.prefetchQuery(options)

0 commit comments

Comments
 (0)