Skip to content

Commit c45690f

Browse files
authored
Merge pull request #8444 from marmelab/fix-documentation
Fix typo in useEditContext doc
2 parents 3163326 + 16a16dc commit c45690f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/useEditContext.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Aside = () => {
3636
<div>
3737
<Typography variant="h6">Posts stats</Typography>
3838
<Typography variant="body2">
39-
Last edition: {post.updated_at}
39+
Last edition: {record.updated_at}
4040
</Typography>
4141
</div>
4242
);

0 commit comments

Comments
 (0)