Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Nov 25, 2024
1 parent b4ae052 commit cc777a5
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 @@ -224,7 +224,7 @@ We create a separate file that creates and exports our fragment registry. This g
import { gql } from "@apollo/client";
import { fragmentRegistry } from "./fragmentRegistry";

// Register the fragment outside the component to ensure it is registered when this module is loaded.
// Define the fragment outside the component to ensure it gets registered when this module is loaded.
const ITEM_FRAGMENT = gql`
fragment ItemFragment on Item {
# ...
Expand Down

0 comments on commit cc777a5

Please sign in to comment.