From 6c3bdea79c667748b0c61488de41b5065ac14ab6 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 20 Jun 2024 10:53:11 +0200 Subject: [PATCH] Remove comma --- docs/cow-protocol/tutorials/widget/widget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cow-protocol/tutorials/widget/widget.md b/docs/cow-protocol/tutorials/widget/widget.md index c2b3999d..0fa3861e 100644 --- a/docs/cow-protocol/tutorials/widget/widget.md +++ b/docs/cow-protocol/tutorials/widget/widget.md @@ -69,7 +69,7 @@ const params: CowSwapWidgetParams = { createCowSwapWidget(widgetContainer, { params }) ``` -This configuration will apply a partner fee for all networks, and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more on you partner fee. +This configuration will apply a partner fee for all networks and trade types (swaps, limit orders, TWAPs, etc.). You can use [Flexible config](#flexible-config) for having more flexibility, or [Advanced configuration](#advanced-configuration) to have even more on you partner fee. ### Flexible config