From a3a6c61164522ffa3439f3ba3e022156107b934a Mon Sep 17 00:00:00 2001
From: DamianCzajkowski <43958031+DamianCzajkowski@users.noreply.github.com>
Date: Sun, 14 Jul 2024 03:57:52 +0200
Subject: [PATCH] =?utf8?q?=F0=9F=93=9D=20=20Update=20docs=20with=20Ariadne?=
=?utf8?q?=20reference=20from=20Starlette=20to=20FastAPI=20(#11797)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
docs/de/docs/how-to/graphql.md | 2 +-
docs/em/docs/how-to/graphql.md | 2 +-
docs/en/docs/how-to/graphql.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/de/docs/how-to/graphql.md b/docs/de/docs/how-to/graphql.md
index 9b03e8e058..b8e0bdddd6 100644
--- a/docs/de/docs/how-to/graphql.md
+++ b/docs/de/docs/how-to/graphql.md
@@ -18,7 +18,7 @@ Hier sind einige der **GraphQL**-Bibliotheken, welche **ASGI** unterstützen. Di
* Strawberry ð
* Mit Dokumentation für FastAPI
* Ariadne
- * Mit Dokumentation für Starlette (welche auch für FastAPI gilt)
+ * Mit Dokumentation für FastAPI
* Tartiflette
* Mit Tartiflette ASGI, für ASGI-Integration
* Graphene
diff --git a/docs/em/docs/how-to/graphql.md b/docs/em/docs/how-to/graphql.md
index 8509643ce8..686a77949e 100644
--- a/docs/em/docs/how-to/graphql.md
+++ b/docs/em/docs/how-to/graphql.md
@@ -18,7 +18,7 @@
* ð ð¶
* â®ï¸ 𩺠FastAPI
* ð¸
- * â®ï¸ 𩺠ð (ð â FastAPI)
+ * â®ï¸ 𩺠FastAPI
* ð
* â®ï¸ ð ð« ð ð« ð ï¸
* â
diff --git a/docs/en/docs/how-to/graphql.md b/docs/en/docs/how-to/graphql.md
index 154606406a..d5a5826f10 100644
--- a/docs/en/docs/how-to/graphql.md
+++ b/docs/en/docs/how-to/graphql.md
@@ -18,7 +18,7 @@ Here are some of the **GraphQL** libraries that have **ASGI** support. You could
* Strawberry ð
* With docs for FastAPI
* Ariadne
- * With docs for Starlette (that also apply to FastAPI)
+ * With docs for FastAPI
* Tartiflette
* With Tartiflette ASGI to provide ASGI integration
* Graphene
--
2.47.3