]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏ Fix formatting in `docs/en/docs/tutorial/metadata.md` for `ReDoc` (#6005)
authoreykamp <chris@eykamp.com>
Sat, 4 Mar 2023 12:42:55 +0000 (04:42 -0800)
committerGitHub <noreply@github.com>
Sat, 4 Mar 2023 12:42:55 +0000 (13:42 +0100)
docs/en/docs/tutorial/metadata.md

index 78f17031a1566c084423faf89e996fd51a547869..cf13e7470fc887fb6b198fbbce9a835f14397d72 100644 (file)
@@ -101,7 +101,7 @@ You can configure the two documentation user interfaces included:
 * **Swagger UI**: served at `/docs`.
     * You can set its URL with the parameter `docs_url`.
     * You can disable it by setting `docs_url=None`.
-* ReDoc: served at `/redoc`.
+* **ReDoc**: served at `/redoc`.
     * You can set its URL with the parameter `redoc_url`.
     * You can disable it by setting `redoc_url=None`.