From 5fb600eefb25f18318dcab5ee331e9ceb5ffd105 Mon Sep 17 00:00:00 2001 From: PorandlaVivek <103095067+PorandlaVivek@users.noreply.github.com> Date: Sat, 20 May 2023 16:55:16 +0530 Subject: [PATCH] Update using-relayer.md Line no 3: Grammar Correction "and to" - "to" --- src/technical/typescript/using-relayer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technical/typescript/using-relayer.md b/src/technical/typescript/using-relayer.md index dddcbd9..e8301e6 100644 --- a/src/technical/typescript/using-relayer.md +++ b/src/technical/typescript/using-relayer.md @@ -1,6 +1,6 @@ # Using Relayers -In this example, we’ll utilize the token bridge relayer network to complete a token transfer from Polygon and to Oasis. +In this example, we’ll utilize the token bridge relayer network to complete a token transfer from Polygon to Oasis. This code is written for a browser environment. If you're working in node, consider using node-fetch: