Skip to content

Commit

Permalink
Merge pull request #8444 from marmelab/fix-documentation
Browse files Browse the repository at this point in the history
Fix typo in useEditContext doc
  • Loading branch information
WiXSL committed Nov 29, 2022
2 parents 3163326 + 16a16dc commit c45690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/useEditContext.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Aside = () => {
<div>
<Typography variant="h6">Posts stats</Typography>
<Typography variant="body2">
Last edition: {post.updated_at}
Last edition: {record.updated_at}
</Typography>
</div>
);
Expand Down

0 comments on commit c45690f

Please sign in to comment.