From 16a16dccb35267df333618786872f163d9b2daa6 Mon Sep 17 00:00:00 2001 From: Guillaume BILLEY Date: Tue, 29 Nov 2022 14:20:17 +0100 Subject: [PATCH] Fix typo in useEditContext doc --- docs/useEditContext.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/useEditContext.md b/docs/useEditContext.md index d381f347d69..378f1ed1a67 100644 --- a/docs/useEditContext.md +++ b/docs/useEditContext.md @@ -36,7 +36,7 @@ const Aside = () => {
Posts stats - Last edition: {post.updated_at} + Last edition: {record.updated_at}
);