Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jun 20, 2024
1 parent 269286a commit 6c3bdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cow-protocol/tutorials/widget/widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c3bdea

Please sign in to comment.