Skip to content

Commit

Permalink
chore(docs): Update documentation for createNodeField (#24740)
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet authored Jun 18, 2020
1 parent 4d70f1a commit c884b0d
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 @@ -888,7 +888,7 @@ type CreateNodeInput = {
* @param {string} $0.fieldName [deprecated] the name for the field
* @param {string} $0.fieldValue [deprecated] the value for the field
* @param {string} $0.name the name for the field
* @param {string} $0.value the value for the field
* @param {any} $0.value the value for the field
* @example
* createNodeField({
* node,
Expand Down

0 comments on commit c884b0d

Please sign in to comment.