Skip to content

Commit

Permalink
Fix typo in resolveData hook documentation (#8411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash Woods authored Mar 25, 2023
1 parent 1501892 commit 8c30717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/config/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default config({
context,
}) => {
/* ... */
return resolvedData[fieldName];
return resolvedData[fieldKey];
},
},
}),
Expand Down

0 comments on commit 8c30717

Please sign in to comment.