Skip to content

Commit

Permalink
docs: Fix typo in writing-graphql.mdx (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-regosa-deel committed Mar 8, 2024
1 parent f7f0ba0 commit 0e9f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/docs/get-started/writing-graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const result: ResultOf<typeof TodosQuery> = {
};


const todos: ResultOf<typof TodoItem>[] = readFragment(
const todos: ResultOf<typeof TodoItem>[] = readFragment(
TodoItem,
result.todos,
);
Expand Down

0 comments on commit 0e9f80c

Please sign in to comment.