✏ Fix formatting in `docs/en/docs/tutorial/metadata.md` for `ReDoc` (#6005)

This commit is contained in:
eykamp 2023-03-04 04:42:55 -08:00 committed by GitHub
parent 4d099250f6
commit e570371003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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`.