diff --git a/docs/onchainkit/swap/swap.mdx b/docs/onchainkit/swap/swap.mdx
index f94bc684c..228413339 100644
--- a/docs/onchainkit/swap/swap.mdx
+++ b/docs/onchainkit/swap/swap.mdx
@@ -688,7 +688,7 @@ The components are designed to work together hierarchically. For each component,
- `` - Set the [Token](/onchainkit/token/types#token) to swap and specify the input type (`from` or `to`).
- `` - Optional component to toggle between input types.
- `` - Optional component that displays a message related to the swap operation's current state.
-- `` - Set the onSuccess and onError callbacks.
+- `` - Set the `onSuccess` and `onError` callbacks.
- `` - Optional component to notify user of successful swap transaction.
## Props