From 389b16dcb9552d618ce2ce3478a2ee61318404b6 Mon Sep 17 00:00:00 2001 From: Utkarash Singh Date: Fri, 1 May 2026 11:27:30 +0100 Subject: [PATCH] docs: fix typo instrospection -> introspection in configuration.md --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index e48fe1b5..f4022c8e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -317,7 +317,7 @@ field, and introspection is disabled, only the introspection fields return an er } ``` -If there are two schemas with introspection enabled only on one schema, there is no error on the instrospection fields but entities from the introspection disabled schema are filtered out: +If there are two schemas with introspection enabled only on one schema, there is no error on the introspection fields but entities from the introspection disabled schema are filtered out: === "Query"