Skip to content

Commit 1853931

Browse files
replace Query by Charts (#272)
1 parent 8d45051 commit 1853931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const data = React.useMemo(
5656
)
5757
```
5858

59-
The individual datums in a series' `data` array can be anything you want! Just remember that most of the types for React Query will require you to pass the type of your `Datum`s as the first generic type to work correctly.
59+
The individual datums in a series' `data` array can be anything you want! Just remember that most of the types for React Charts will require you to pass the type of your `Datum`s as the first generic type to work correctly.
6060

6161
## Axes
6262

0 commit comments

Comments
 (0)