Skip to content

Commit

Permalink
Merge pull request #36 from michaelchum/typo
Browse files Browse the repository at this point in the history
Small typo in globalIdField() definition comment
  • Loading branch information
wincent committed Oct 23, 2015
2 parents abc267b + 95d52be commit afe4e8e
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 afe4e8e

Please sign in to comment.