From b6942dc9f7c0ab0caec758069091c612344070ed Mon Sep 17 00:00:00 2001
From: Voronor <129545215+voronor@users.noreply.github.com>
Date: Thu, 14 Nov 2024 16:45:47 +0100
Subject: [PATCH 1/3] Typo Update docker-images.md

The phrase "the your" corrected to "your".
---
 how-to-guides/docker-images.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/how-to-guides/docker-images.md b/how-to-guides/docker-images.md
index 3c926b7f57e..7388060dd0f 100644
--- a/how-to-guides/docker-images.md
+++ b/how-to-guides/docker-images.md
@@ -256,7 +256,7 @@ Congratulations! You now have a node running with persistent storage.
 
 ## Troubleshooting
 
-For security purposes Celestia expects to interact with the your node's
+For security purposes Celestia expects to interact with your node's
 keys in a read-only manner. This is enforced using linux style permissions
 on the filesystem. Windows NTFS does not support these types of permissions.
 As a result the recommended path for Windows users to mount a persisted

From 43f9aeff42d6e43a657270587497442204bb0c46 Mon Sep 17 00:00:00 2001
From: Voronor <129545215+voronor@users.noreply.github.com>
Date: Thu, 14 Nov 2024 16:47:40 +0100
Subject: [PATCH 2/3] Typo Update ethereum-fallback.md

The word "fallback" is used inconsistently. In some places, it is written as "fallback" and in others as "fall back" (two words). Fixed.
---
 how-to-guides/ethereum-fallback.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/how-to-guides/ethereum-fallback.md b/how-to-guides/ethereum-fallback.md
index 67238a01019..b7b1184d2e8 100644
--- a/how-to-guides/ethereum-fallback.md
+++ b/how-to-guides/ethereum-fallback.md
@@ -11,7 +11,7 @@ prev:
 # Ethereum fallback
 
 Ethereum fallback is a mechanism
-that enables Ethereum L2s (or L3s) to “fall back” to using Ethereum
+that enables Ethereum L2s (or L3s) to “fallback” to using Ethereum
 calldata for data availability in the event of downtime on Celestia
 Mainnet Beta. This feature is currently supported by Celestia integrations
 with:

From 7faef48ace4565cc43d97a741097acd4e520a629 Mon Sep 17 00:00:00 2001
From: Voronor <129545215+voronor@users.noreply.github.com>
Date: Thu, 14 Nov 2024 16:54:58 +0100
Subject: [PATCH 3/3] Typo Update network-upgrade-process.md

Corrected has signaled to have signaled
---
 how-to-guides/network-upgrade-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/how-to-guides/network-upgrade-process.md b/how-to-guides/network-upgrade-process.md
index 73fdeda641d..2d1ded8298a 100644
--- a/how-to-guides/network-upgrade-process.md
+++ b/how-to-guides/network-upgrade-process.md
@@ -13,7 +13,7 @@ As of the Lemongrass upgrade in September 2024, Celestia has implemented [CIP-10
 1. **Pre-programmed height**: Used for the Lemongrass network upgrade (v2)
 2. **In-protocol signaling**: Used for all subsequent upgrades (v3+)
 
-Under the in-protocol signaling mechanism, validators submit messages to signal their readiness and preference for the next version. The upgrade activates automatically once a quorum of 5/6 of validators has signaled for the same version.
+Under the in-protocol signaling mechanism, validators submit messages to signal their readiness and preference for the next version. The upgrade activates automatically once a quorum of 5/6 of validators have signaled for the same version.
 
 ## Upgrade process