From 84cfd3caff46b05b2cce9469d19a11fc2aa4c016 Mon Sep 17 00:00:00 2001
From: Adam Hunter <adamhunter@me.com>
Date: Wed, 3 Jul 2024 13:09:24 -0400
Subject: [PATCH] fix minor typo in spring-graphql-integration.md

---
 docs/spring-graphql-integration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/spring-graphql-integration.md b/docs/spring-graphql-integration.md
index 500011c1..023dca10 100644
--- a/docs/spring-graphql-integration.md
+++ b/docs/spring-graphql-integration.md
@@ -157,4 +157,4 @@ For this reason, we recommend using either the DGS programming model or Spring G
 Known limitations include data loader specific features, such as [Scheduled Dispatch](https://netflix.github.io/dgs/data-loaders/#scheduled-data-loaders-with-dispatch-predicates) and data loader specific metrics that won't work with Spring GraphQL data loaders.
 You should be able to use new Spring GraphQL features with the framework, such as schema inspection and any new integrations that are compatible with Spring GraphQL.
 
-We intend iteratively improve the state of teh integration in the coming releases based on usage patterns. 
\ No newline at end of file
+We intend iteratively improve the state of the integration in the coming releases based on usage patterns.