From 95d52be8d730585647a53e71058663d22b51ebfa Mon Sep 17 00:00:00 2001 From: Michael Ho Chum Date: Wed, 21 Oct 2015 22:05:58 -0700 Subject: [PATCH] Small typo in globalIdField() definition comment --- src/node/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/node.js b/src/node/node.js index 14bc1a1..96dd45c 100644 --- a/src/node/node.js +++ b/src/node/node.js @@ -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. */