Skip to content

Commit

Permalink
docs(typo): remove extra quotation (#3353)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Jul 3, 2024
1 parent 4e39925 commit 40109f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/features/response-caching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ useResponseCache({
// You can use configuration object to define the scope
scopePerSchemaCoordinate: {
'Query.me': 'PRIVATE', // on a field
'User: 'PRIVATE', // or a type
User: 'PRIVATE', // or a type
}
})
```
Expand Down

0 comments on commit 40109f8

Please sign in to comment.