From 3d0a1d4467940af1c013a70480db24e5953a14b2 Mon Sep 17 00:00:00 2001 From: PorandlaVivek <103095067+PorandlaVivek@users.noreply.github.com> Date: Sat, 20 May 2023 16:52:39 +0530 Subject: [PATCH] Update attestingToken.md Line no 3: Correcting double "is is" to single is --- src/technical/typescript/attestingToken.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technical/typescript/attestingToken.md b/src/technical/typescript/attestingToken.md index 11d024a..fccdc7f 100644 --- a/src/technical/typescript/attestingToken.md +++ b/src/technical/typescript/attestingToken.md @@ -1,6 +1,6 @@ # Registering Tokens -Registering tokens with the token bridge can be done from any supported blockchain, and only needs to be done once - globally - per token. This is is typically done via a UI (such as [Portal](portalbridge.com)) rather than done on-chain. +Registering tokens with the token bridge can be done from any supported blockchain, and only needs to be done once - globally - per token. This is typically done via a UI (such as [Portal](portalbridge.com)) rather than done on-chain. If you need to do it programmatically, you can also use the Typescript SDK to attest a token.