diff --git a/docs/de/docs/async.md b/docs/de/docs/async.md
index b5b3a4c52..ae1795b62 100644
--- a/docs/de/docs/async.md
+++ b/docs/de/docs/async.md
@@ -381,7 +381,7 @@ Davor war der Umgang mit asynchronem Code jedoch deutlich komplexer und schwieri
In früheren Versionen von Python hätten Sie Threads oder Gevent verwenden können. Der Code ist jedoch viel komplexer zu verstehen, zu debuggen und nachzuvollziehen.
-In früheren Versionen von NodeJS / Browser JavaScript hätten Sie „Callbacks“ verwendet. Was zur Callback-Hölle führt.
+In früheren Versionen von NodeJS / Browser JavaScript hätten Sie „Callbacks“ verwendet. Was zur "Callback-Hölle" führt.
## Coroutinen
diff --git a/docs/em/docs/async.md b/docs/em/docs/async.md
index ac9804f64..cde778b0f 100644
--- a/docs/em/docs/async.md
+++ b/docs/em/docs/async.md
@@ -381,7 +381,7 @@ async def read_burgers():
⏮️ ⏬ 🐍, 👆 💪 ✔️ ⚙️ 🧵 ⚖️ 🐁. ✋️ 📟 🌌 🌖 🏗 🤔, ℹ, & 💭 🔃.
-⏮️ ⏬ ✳ / 🖥 🕸, 👆 🔜 ✔️ ⚙️ "⏲". ❔ ↘️ ⏲ 🔥😈.
+⏮️ ⏬ ✳ / 🖥 🕸, 👆 🔜 ✔️ ⚙️ "⏲". ❔ ↘️ "⏲ 🔥😈".
## 🔁
diff --git a/docs/en/docs/async.md b/docs/en/docs/async.md
index 1d2be0bb6..eac473bde 100644
--- a/docs/en/docs/async.md
+++ b/docs/en/docs/async.md
@@ -383,7 +383,7 @@ But before that, handling asynchronous code was quite more complex and difficult
In previous versions of Python, you could have used threads or Gevent. But the code is way more complex to understand, debug, and think about.
-In previous versions of NodeJS / Browser JavaScript, you would have used "callbacks". Which leads to callback hell.
+In previous versions of NodeJS / Browser JavaScript, you would have used "callbacks". Which leads to "callback hell".
## Coroutines { #coroutines }
diff --git a/docs/es/docs/async.md b/docs/es/docs/async.md
index e3fd077c4..92a46ba9b 100644
--- a/docs/es/docs/async.md
+++ b/docs/es/docs/async.md
@@ -383,7 +383,7 @@ Pero antes de eso, manejar el código asíncrono era mucho más complejo y difí
En versiones previas de Python, podrías haber usado hilos o Gevent. Pero el código es mucho más complejo de entender, depurar y razonar.
-En versiones previas de NodeJS / JavaScript en el Navegador, habrías usado "callbacks". Lo que lleva al callback hell.
+En versiones previas de NodeJS / JavaScript en el Navegador, habrías usado "callbacks". Lo que lleva al "callback hell".
## Coroutines
diff --git a/docs/fa/docs/async.md b/docs/fa/docs/async.md
index e07374862..b1d77754a 100644
--- a/docs/fa/docs/async.md
+++ b/docs/fa/docs/async.md
@@ -383,7 +383,7 @@ Starlette (و **FastAPI**) بر پایه Gevent استفاده کنی. ولی کد خیلی پیچیدهتر میشه برای فهمیدن، دیباگ کردن و فکر کردن بهش.
-توی نسخههای قبلی NodeJS / جاوااسکریپت مرورگر، از "کالبکها" استفاده میکردی. که میرسید به جهان کالبکها.
+توی نسخههای قبلی NodeJS / جاوااسکریپت مرورگر، از "کالبکها" استفاده میکردی. که میرسید به "جهان کالبکها".
## کروتینها
diff --git a/docs/fr/docs/async.md b/docs/fr/docs/async.md
index 0ff5fa5d1..1437ae517 100644
--- a/docs/fr/docs/async.md
+++ b/docs/fr/docs/async.md
@@ -372,7 +372,7 @@ Mais avant ça, gérer du code asynchrone était bien plus complexe et difficile
Dans les versions précédentes de Python, vous auriez utilisé des *threads* ou Gevent. Mais le code aurait été bien plus difficile à comprendre, débugger, et concevoir.
-Dans les versions précédentes de Javascript NodeJS / Navigateur, vous auriez utilisé des "callbacks". Menant potentiellement à ce que l'on appelle le "callback hell".
+Dans les versions précédentes de Javascript NodeJS / Navigateur, vous auriez utilisé des "callbacks". Menant potentiellement à ce que l'on appelle le "callback hell".
## Coroutines
diff --git a/docs/ja/docs/async.md b/docs/ja/docs/async.md
index d1da1f82d..90a2e2ee5 100644
--- a/docs/ja/docs/async.md
+++ b/docs/ja/docs/async.md
@@ -338,7 +338,7 @@ async def read_burgers():
以前のバージョンのPythonでは、スレッドやGeventが利用できました。しかし、コードは理解、デバック、そして、考察がはるかに複雑です。
-以前のバージョンのNodeJS / ブラウザJavaScriptでは、「コールバック」を使用していました。これは、コールバック地獄につながります。
+以前のバージョンのNodeJS / ブラウザJavaScriptでは、「コールバック」を使用していました。これは、「コールバック地獄」につながります。
## コルーチン
diff --git a/docs/ko/docs/async.md b/docs/ko/docs/async.md
index fa0d20488..ec503d540 100644
--- a/docs/ko/docs/async.md
+++ b/docs/ko/docs/async.md
@@ -349,7 +349,7 @@ FastAPI를 사용하지 않더라도, 높은 호환성 및 Gevent를 사용할 수 있을 것입니다. 하지만 코드를 이해하고, 디버깅하고, 이에 대해 생각하는게 훨씬 복잡합니다.
-예전 버전의 NodeJS / 브라우저 자바스크립트라면, "콜백 함수"를 사용했을 것입니다. 그리고 이로 인해 콜백 지옥에 빠지게 될 수 있습니다.
+예전 버전의 NodeJS / 브라우저 자바스크립트라면, "콜백 함수"를 사용했을 것입니다. 그리고 이로 인해 "콜백 지옥"에 빠지게 될 수 있습니다.
## 코루틴
diff --git a/docs/pt/docs/async.md b/docs/pt/docs/async.md
index 4425eba77..c70924ea5 100644
--- a/docs/pt/docs/async.md
+++ b/docs/pt/docs/async.md
@@ -348,7 +348,7 @@ Mas antes disso, controlar código assíncrono era bem mais complexo e difícil.
Nas versões anteriores do Python, você poderia utilizar threads ou Gevent. Mas o código é bem mais complexo de entender, debugar, e pensar sobre.
-Nas versões anteriores do NodeJS / Navegador JavaScript, você utilizaria "callbacks". O que leva ao inferno do callback.
+Nas versões anteriores do NodeJS / Navegador JavaScript, você utilizaria "callbacks". O que leva ao "inferno do callback".
## Corrotinas
diff --git a/docs/ru/docs/async.md b/docs/ru/docs/async.md
index 6c5d982df..813836d36 100644
--- a/docs/ru/docs/async.md
+++ b/docs/ru/docs/async.md
@@ -420,7 +420,7 @@ Starlette (и **FastAPI**) основаны на "обратные вызовы". Что выливалось в
-ад обратных вызовов.
+"ад обратных вызовов".
## Сопрограммы
diff --git a/docs/tr/docs/async.md b/docs/tr/docs/async.md
index 558a79cb7..88fd763fc 100644
--- a/docs/tr/docs/async.md
+++ b/docs/tr/docs/async.md
@@ -346,7 +346,7 @@ Ancak bundan önce, asenkron kodu işlemek oldukça karmaşık ve zordu.
Python'un önceki sürümlerinde, threadlerı veya Gevent kullanıyor olabilirdin. Ancak kodu anlamak, hata ayıklamak ve düşünmek çok daha karmaşık olurdu.
-NodeJS / Browser JavaScript'in önceki sürümlerinde, "callback" kullanırdınız. Bu da callbacks cehennemine yol açar.
+NodeJS / Browser JavaScript'in önceki sürümlerinde, "callback" kullanırdınız. Bu da "callbacks cehennemine" yol açar.
## Coroutine'ler
diff --git a/docs/zh-hant/docs/async.md b/docs/zh-hant/docs/async.md
index 6ab75d2ab..09e2bf994 100644
--- a/docs/zh-hant/docs/async.md
+++ b/docs/zh-hant/docs/async.md
@@ -381,7 +381,7 @@ Starlette (和 **FastAPI**) 是基於 Gevent。但這些程式碼要更難以理解、調試和思考。
-在較舊的 NodeJS / 瀏覽器 JavaScript 中,你會使用「回呼」,這可能會導致回呼地獄。
+在較舊的 NodeJS / 瀏覽器 JavaScript 中,你會使用「回呼」,這可能會導致“回呼地獄”。
## 協程
diff --git a/docs/zh/docs/async.md b/docs/zh/docs/async.md
index 9e6962eb1..4028ed51a 100644
--- a/docs/zh/docs/async.md
+++ b/docs/zh/docs/async.md
@@ -383,7 +383,7 @@ Starlette (和 **FastAPI**) 是基于 Gevent。但代码的理解、调试和思考都要复杂许多。
-在以前版本的 NodeJS / 浏览器 JavaScript 中,你会使用"回调",因此也可能导致回调地狱。
+在以前版本的 NodeJS / 浏览器 JavaScript 中,你会使用"回调",因此也可能导致“回调地狱”。
## 协程