From 265ba2d1f51ec52546650fb65cff9583dc68d0e1 Mon Sep 17 00:00:00 2001 From: "premm.eth" Date: Thu, 9 Feb 2023 10:34:28 -0500 Subject: [PATCH] docs(why.md): typo -> remove 'attack' --- packages/website/docs/why.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/website/docs/why.md b/packages/website/docs/why.md index 5683041..3c5f3ee 100644 --- a/packages/website/docs/why.md +++ b/packages/website/docs/why.md @@ -24,7 +24,7 @@ What if the Wallet has a partnership with a "Secret Flashbots Cabal" and the tra 🤯 **A drastic example, but it illustrates the point!** -**Bounded run-time permissions on transactions are very important.** Whether it's limiting attack attacks from bad actors or just dealing with bad network connection, Users should have the **power to decide when and how their transactions are executed.** +**Bounded run-time permissions on transactions are very important.** Whether it's limiting attacks from bad actors or just dealing with bad network connection, Users should have the **power to decide when and how their transactions are executed.** ## Uniswap V2 - Real World Example