From 08d31b11ab15f6690b000efd0ddd3ff1ecfe528c Mon Sep 17 00:00:00 2001 From: Nathan <58645278+nathan-websculpt@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:53:24 -0500 Subject: [PATCH] extra word removed from quick-start.mdx 'It makes your Subgraph available to be to indexed...' changed to 'It makes your Subgraph available to be indexed' --- website/src/pages/en/subgraphs/quick-start.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/en/subgraphs/quick-start.mdx b/website/src/pages/en/subgraphs/quick-start.mdx index bc56d0fddaa1..3a79eb078acf 100644 --- a/website/src/pages/en/subgraphs/quick-start.mdx +++ b/website/src/pages/en/subgraphs/quick-start.mdx @@ -119,7 +119,7 @@ If you’d like to test your Subgraph before publishing it, you can use [Subgrap When your Subgraph is ready for a production environment, you can publish it to the decentralized network. Publishing is an onchain action that does the following: -- It makes your Subgraph available to be to indexed by the decentralized [Indexers](/indexing/overview/) on The Graph Network. +- It makes your Subgraph available to be indexed by the decentralized [Indexers](/indexing/overview/) on The Graph Network. - It removes rate limits and makes your Subgraph publicly searchable and queryable in [Graph Explorer](https://thegraph.com/explorer/). - It makes your Subgraph available for [Curators](/resources/roles/curating/) to add curation signal.