From c793a12fe7455efff6b0352983fec5c9691e9249 Mon Sep 17 00:00:00 2001 From: Victor Yang Date: Fri, 27 Sep 2024 16:19:49 +0100 Subject: [PATCH] typo in docs "querying-from-an-application.mdx" typo --- website/pages/en/querying/querying-from-an-application.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/en/querying/querying-from-an-application.mdx b/website/pages/en/querying/querying-from-an-application.mdx index 84c489360087..c9000cf2e5d8 100644 --- a/website/pages/en/querying/querying-from-an-application.mdx +++ b/website/pages/en/querying/querying-from-an-application.mdx @@ -26,7 +26,7 @@ Here are a couple of the more popular GraphQL clients in the ecosystem and how t ### Graph client -The Graph is providing it own GraphQL client, `graph-client` that supports unique features such as: +The Graph is providing its own GraphQL client, `graph-client` that supports unique features such as: - Cross-chain Subgraph Handling: Querying from multiple subgraphs in a single query - [Automatic Block Tracking](https://github.com/graphprotocol/graph-client/blob/main/packages/block-tracking/README.md)