Skip to content

Commit

Permalink
docs: Fixed typo in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
GauBen committed Aug 28, 2024
1 parent a5d252f commit 05002af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/guides/persisted-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ the `tadaPersistedLocation` setting:
"plugins": [
{
"name": "gql.tada/ts-plugin",
"schema": "./schema.graphql"
"schema": "./schema.graphql",
"tadaOutputLocation": "./src/graphql-env.d.ts",
"tadaPersistedLocation": "./persisted.json" // [!code ++]
}
Expand Down

0 comments on commit 05002af

Please sign in to comment.