From 89dd2a7e1d4693dd56547a2fc8b7bfd3ac15845e Mon Sep 17 00:00:00 2001 From: Mike Allanson Date: Wed, 7 Feb 2018 15:23:00 +0000 Subject: [PATCH] Fix small typo --- packages/gatsby/src/redux/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/src/redux/actions.js b/packages/gatsby/src/redux/actions.js index 5cdc6be8c9ca5..ac92991865f97 100644 --- a/packages/gatsby/src/redux/actions.js +++ b/packages/gatsby/src/redux/actions.js @@ -511,7 +511,7 @@ type CreateNodeInput = { * key on the extended node object. * * Once a plugin has claimed a field name the field name can't be used by - * other plugins. Also since node's are immutable, you can't mutate the node + * other plugins. Also since nodes are immutable, you can't mutate the node * directly. So to extend another node, use this. * @param {Object} $0 * @param {Object} $0.node the target node object