Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 19, 2018
1 parent 55535fb commit bd104d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby/src/redux/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ actions.createNodeField = (

/**
* Creates a link between a parent and child node. This is used when you
* transform content from another node creating a new child node. You need to
* add the new child node to the `children` array of the parent but since you
* transform content from a node creating a new child node. You need to add
* this new child node to the `children` array of the parent but since you
* don't have direct access to the immutable parent node, use this action
* instead.
* @param {Object} $0
Expand Down

0 comments on commit bd104d3

Please sign in to comment.