Skip to content

Commit

Permalink
Fix typo in example codemod file
Browse files Browse the repository at this point in the history
Co-authored-by: Lenz Weber-Tronic <[email protected]>
  • Loading branch information
jerelmiller and phryneas authored Nov 12, 2024
1 parent 35e9e76 commit ecb5698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/codemods/data-masking/examples/queries.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { gql } from "@apollo/client";
import type { TypedDocoumentNode } from "@apollo/client";
import type { TypedDocumentNode } from "@apollo/client";

export const ProfileFieldsFragment: TypedDocoumentNode<{
export const ProfileFieldsFragment: TypedDocumentNode<{
profile: { id: string; avatarUrl: string };
}> = gql`
fragment ProfileFields on User {
Expand Down

0 comments on commit ecb5698

Please sign in to comment.