Skip to content

Commit

Permalink
Fix contraction
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
  • Loading branch information
jerelmiller and Meschreiber authored Dec 4, 2024
1 parent 592a463 commit ebf8096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/fragments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ const QUERY: MaskedDocumentNode<QueryType, VarsType> = gql`
#### Using with fragments
When using [colocated fragments](#colocating-fragments) with your components, its best to ensure the object passed to your component is done in a type safe way. This means:
When using [colocated fragments](#colocating-fragments) with your components, it's best to ensure the object passed to your component is done in a type-safe way. This means:
- TypeScript prevents you from accessing fields on the object that may be defined with the parent.
- The object passed to the component is guaranteed to contain a fragment reference of the same type.
Expand Down

0 comments on commit ebf8096

Please sign in to comment.