From 39172772e0b96412a9225f557b28cb86058e1453 Mon Sep 17 00:00:00 2001
From: Valentin Dimitroff
<26602880+ValentinnDimitroff@users.noreply.github.com>
Date: Thu, 4 Feb 2021 15:21:34 +0200
Subject: [PATCH 1/2] Grammar error fixed inside List docs page examples
---
docs/List.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/List.md b/docs/List.md
index 73069bc2d38..42cb29d724f 100644
--- a/docs/List.md
+++ b/docs/List.md
@@ -609,7 +609,7 @@ const Aside = () => (
Post details
- Posts will only be published one an editor approves them
+ Posts will only be published once an editor approves them
);
From 109f31febc64271ed27ef695e960ee275dfb8400 Mon Sep 17 00:00:00 2001
From: Valentin Dimitroff
<26602880+ValentinnDimitroff@users.noreply.github.com>
Date: Thu, 4 Feb 2021 16:25:06 +0200
Subject: [PATCH 2/2] Fix typo inside
---
docs/Show.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Show.md b/docs/Show.md
index 2edc4d556d4..59804c01ac9 100644
--- a/docs/Show.md
+++ b/docs/Show.md
@@ -133,7 +133,7 @@ const Aside = () => (
Post details
- Posts will only be published one an editor approves them
+ Posts will only be published once an editor approves them
);