Skip to content

Commit

Permalink
docs(queryCache): Fixed incorrect syntax (#3940)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-0101 authored Jul 30, 2022
1 parent 1fdab15 commit 2861b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/QueryCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const queryCache = new QueryCache({
}
})

const query = queryCache.find('posts')
const query = queryCache.find(['posts'])
```

Its available methods are:
Expand Down

0 comments on commit 2861b53

Please sign in to comment.