From 7f99be942fefad08d5d7c67466072fab23bf7a76 Mon Sep 17 00:00:00 2001 From: cowmarketing <162695555+cowmarketing@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:59:49 -0400 Subject: [PATCH] Update README.mdx (#357) Fixes small typo --- docs/cow-protocol/tutorials/swap-in-safe-app/README.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cow-protocol/tutorials/swap-in-safe-app/README.mdx b/docs/cow-protocol/tutorials/swap-in-safe-app/README.mdx index 45bd64ef..ecf004f1 100644 --- a/docs/cow-protocol/tutorials/swap-in-safe-app/README.mdx +++ b/docs/cow-protocol/tutorials/swap-in-safe-app/README.mdx @@ -9,7 +9,7 @@ Safe Dapps, are third party interfaces that live inside the [Safe Wallet Web](ht This is interesting for Safe Dapps because: * 🧱 Cut the development costs, building a good trading experience is hard! * ☔️ Offer users all CoW Protocol innovations, like protection from MEV, just-in-time path finding (optimised for Multisigs), batching of transactions and more. -* 🤑 Create a revenew model for your Dapp by using the `partnerFee` (see [Fees](/governance/fees#partner-fees)). +* 🤑 Create a revenue model for your Dapp by using the `partnerFee` (see [Fees](/governance/fees#partner-fees)). The easiest way to get started is to follow the steps below.