Skip to content

Commit

Permalink
Small typo in globalIdField() definition comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchum committed Oct 22, 2015
1 parent 79c1f6c commit 95d52be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function fromGlobalId(globalId: string): ResolvedGlobalId {

/**
* Creates the configuration for an id field on a node, using `toGlobalId` to
* construct the ID from the provided typename. The type-specific ID is fetcher
* construct the ID from the provided typename. The type-specific ID is fetched
* by calling idFetcher on the object, or if not provided, by accessing the `id`
* property on the object.
*/
Expand Down

0 comments on commit 95d52be

Please sign in to comment.