From 94a174598ea182b197aeeb755f113cda82c94c67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=B0brahim=20BABAL?=
<62076627+Nightvision53@users.noreply.github.com>
Date: Sat, 15 Oct 2022 21:19:12 +0300
Subject: [PATCH 1/2] fix grammer mistake on introduction page
---
docs/writing-stories/introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/writing-stories/introduction.md b/docs/writing-stories/introduction.md
index 227c1ab36a4f..d81724cb6430 100644
--- a/docs/writing-stories/introduction.md
+++ b/docs/writing-stories/introduction.md
@@ -83,7 +83,7 @@ Use the _named_ exports of a CSF file to define your component’s stories. We r
-💡 The recommendation mentioned above also applies to other frameworks not only React.
+💡 The recommendation mentioned above also applies to other frameworks other than React.
### Rename stories
From ef5e06575a905efc8d7a98ad047128453069e06a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=B0brahim=20BABAL?=
<62076627+Nightvision53@users.noreply.github.com>
Date: Sun, 16 Oct 2022 00:16:35 +0300
Subject: [PATCH 2/2] Add missing comma
Add missing comma to /docs/writing-stories/introduction.md line 86.
---
docs/writing-stories/introduction.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/writing-stories/introduction.md b/docs/writing-stories/introduction.md
index d81724cb6430..f689a468561a 100644
--- a/docs/writing-stories/introduction.md
+++ b/docs/writing-stories/introduction.md
@@ -83,7 +83,7 @@ Use the _named_ exports of a CSF file to define your component’s stories. We r
-💡 The recommendation mentioned above also applies to other frameworks other than React.
+💡 The recommendation mentioned above also applies to other frameworks, not only React.
### Rename stories