diff --git a/docs/stellar-disbursement-platform/making-your-wallet-sdp-ready.mdx b/docs/stellar-disbursement-platform/making-your-wallet-sdp-ready.mdx index fd615cdaa..1d9444a9e 100644 --- a/docs/stellar-disbursement-platform/making-your-wallet-sdp-ready.mdx +++ b/docs/stellar-disbursement-platform/making-your-wallet-sdp-ready.mdx @@ -132,7 +132,7 @@ console.log( ### Wallet Registration Procedure -When opening registration [deep link], these are the steps the wallet should follow in order to enforce the security and privacy measures expected in this flow, and to allow the user to input their information dicectly with the SDP: +When opening registration [deep link], these are the steps the wallet should follow in order to enforce the security and privacy measures expected in this flow, and to allow the user to input their information directly with the SDP: 1. 🚨 Confirm that the `domain` of the deep link is on the wallet's allowlist. This is crucial for authenticating from a trusted wallet.🚨 1. Fetch the SDP's toml file at `{domain}/.well-known/stellar.toml` and confirm the `SIGNING_KEY` variable is populated.