Skip to content

Commit 16a16dc

Browse files
committed
Fix typo in useEditContext doc
1 parent 3163326 commit 16a16dc

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)