diff --git a/docs/onchainkit/signature/signature.mdx b/docs/onchainkit/signature/signature.mdx
index 5a71ff0b..7ae536c7 100644
--- a/docs/onchainkit/signature/signature.mdx
+++ b/docs/onchainkit/signature/signature.mdx
@@ -4,7 +4,7 @@ sidebarTitle:
description: The `` component supports signing EIP712 and personal_sign messages.
---
-The `` components provide a wrapper around the useSignTypedData and useSignMessage wagmi hooks.
+The `` components provide a wrapper around the `useSignTypedData` and `useSignMessage` wagmi hooks.
These hooks handle EIP712 signatures and personal_sign messages, falling back to eth_sign.
Before using them, ensure you've completed all [Getting Started steps](/onchainkit/getting-started).