From a08944f377dac1ee3ded420e930e02e3213b1cd6 Mon Sep 17 00:00:00 2001 From: stackoverflowed1 Date: Fri, 16 Jan 2026 04:43:45 +0100 Subject: [PATCH] Update swap.mdx --- docs/onchainkit/swap/swap.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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