From 851e21d2a81cb2a4d3ada4431562a22e14688dc6 Mon Sep 17 00:00:00 2001 From: Idalith <126833353+idalithb@users.noreply.github.com> Date: Wed, 11 Dec 2024 11:43:54 -0800 Subject: [PATCH] Update docs/get-started/tooling/data-indexers/thegraph.mdx Co-authored-by: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> --- docs/get-started/tooling/data-indexers/thegraph.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/tooling/data-indexers/thegraph.mdx b/docs/get-started/tooling/data-indexers/thegraph.mdx index 3d7d122ff..92e4b403c 100644 --- a/docs/get-started/tooling/data-indexers/thegraph.mdx +++ b/docs/get-started/tooling/data-indexers/thegraph.mdx @@ -235,7 +235,7 @@ Passing this into the query URL returns this result: // ... ``` -### Sample Code +### Sample code ```jsx const axios = require("axios");