From 8c0dff87fa20c0c3af11bc8836bd4143dcffcc51 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:45:17 +0530 Subject: [PATCH] Fix grammar and typos in DEPLOY.md --- scripts/deploy/DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/DEPLOY.md b/scripts/deploy/DEPLOY.md index d0e78922..cc5979fb 100644 --- a/scripts/deploy/DEPLOY.md +++ b/scripts/deploy/DEPLOY.md @@ -23,7 +23,7 @@ There are three different modes for deployment (prod, dev, and surge) which are ### Setup overrides -Each blockchain have separate nuances when sending transaction. For example, ethers don't have proper gas estimation for type 2 transactions on polygon. Arbitrum have inconsistent gas limits. To add any overrides for these properties, add them in overrides onject in `config.ts`. +Each blockchain has separate nuances when sending transactions. For example, ethers doesn't have proper gas estimation for type 2 transactions on polygon. Arbitrum has inconsistent gas limits. To add any overrides for these properties, add them in the overrides object in `config.ts`. ### Deploy Socket