We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617790e commit c3199abCopy full SHA for c3199ab
packages/gatsby/src/redux/actions.js
@@ -511,7 +511,7 @@ type CreateNodeInput = {
511
* key on the extended node object.
512
*
513
* Once a plugin has claimed a field name the field name can't be used by
514
- * 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
515
* directly. So to extend another node, use this.
516
* @param {Object} $0
517
* @param {Object} $0.node the target node object
0 commit comments