Skip to content

Commit c3199ab

Browse files
m-allansonfk
authored andcommitted
[www] Fix small typo (#3891)
1 parent 617790e commit c3199ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/redux/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ type CreateNodeInput = {
511511
* key on the extended node object.
512512
*
513513
* 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
514+
* other plugins. Also since nodes are immutable, you can't mutate the node
515515
* directly. So to extend another node, use this.
516516
* @param {Object} $0
517517
* @param {Object} $0.node the target node object

0 commit comments

Comments
 (0)