From e53955c62696ec5422456d4ca36e5da8cceea4c8 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 6 Nov 2019 09:14:58 +0100 Subject: [PATCH] fixed small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 944679923ec..81d3fb9e63e 100644 --- a/README.md +++ b/README.md @@ -890,7 +890,7 @@ useReactQueryConfig({ ``` - `userQueryKey: any` - - This is the queryKey passed in `useQuery` and all other publis methods and utilities exported by React Query. + - This is the queryKey passed in `useQuery` and all other public methods and utilities exported by React Query. - `fullQueryHash: string` - This must be a unique `string` representing the query and variables. - It must be stable and deterministic and should not change if things like the order of variables is changed or shuffled.