From c6c930012bb19b80a598d41b8d8bc1b0543e4134 Mon Sep 17 00:00:00 2001 From: EVMlord <85406816+EVMlord@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:07:54 -0800 Subject: [PATCH] fix "bory" typo (#268) --- docs/developers/omnichain/tutorials/nft/frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/omnichain/tutorials/nft/frontend.md b/docs/developers/omnichain/tutorials/nft/frontend.md index b2e0109d..a1a71187 100644 --- a/docs/developers/omnichain/tutorials/nft/frontend.md +++ b/docs/developers/omnichain/tutorials/nft/frontend.md @@ -54,7 +54,7 @@ previous section. Goldsky is a subgraph indexer that uses GraphQL to query events from your contract. Write a query that fetches all `Transfer` events. You're interested in -transfers that were sent to or from a specific address. In the bory of the query +transfers that were sent to or from a specific address. In the body of the query specify the fields your're interested in. The function to fetch NFT makes a GraphQL request to the subgraph to fetch the