Skip to content

Commit

Permalink
docs: fix README.md typo (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel authored Nov 28, 2023
1 parent 1a6693e commit c65e1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export function useUserLikes(userId: string) {
Easy way to access the serializable key scope and invalidate all cache for that context:

```ts
users.detail({ status: 'completed' }).queryKey; // => ['users', 'detail', userId]
users.detail(userId).queryKey; // => ['users', 'detail', userId]
users.detail._def; // => ['users', 'detail']
```

Expand Down

0 comments on commit c65e1ed

Please sign in to comment.