Skip to content

Commit 58032eb

Browse files
authored
Update index.mdx (#185)
1 parent 168c830 commit 58032eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/data-connect/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function Component() {
5555
}
5656
```
5757

58-
The hooks will automatically infer the data type from the connector and the query and automtically create a [query key](https://tanstack.com/query/latest/docs/framework/react/guides/query-keys) for the query.
58+
The hooks will automatically infer the data type from the connector and the query and automatically create a [query key](https://tanstack.com/query/latest/docs/framework/react/guides/query-keys) for the query.
5959

6060
## Learning more
6161

0 commit comments

Comments
 (0)