Skip to content

Commit

Permalink
Update packages/gatsby/src/redux/actions/public.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Gill <[email protected]>
  • Loading branch information
LekoArts and gillkyle authored Feb 9, 2021
1 parent d7dbf98 commit 54d5cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/redux/actions/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ actions.createNode = (...args) => dispatch => {
* nodes from a remote system that can return only nodes that have
* updated. The source plugin then touches all the nodes that haven't
* updated but still exist so Gatsby knows to keep them.
* @param {object} node A node object. See the "createNode" action for more information about the node object details.
* @param {Object} node A node object. See the "createNode" action for more information about the node object details.
* @example
* touchNode(node)
*/
Expand Down

0 comments on commit 54d5cff

Please sign in to comment.