Browse Source

Fix typo (`/redocs` instead of `/redoc`)

pull/12955/head
Motov Yurii 1 week ago
committed by GitHub
parent
commit
1c816ab5e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      fastapi/applications.py

2
fastapi/applications.py

@ -448,7 +448,7 @@ class FastAPI(Starlette):
Optional[Dict[str, Any]],
Doc(
"""
Parameters to configure ReDoc documentation (by default at `/redocs`).
Parameters to configure ReDoc documentation (by default at `/redoc`).
Use kebab-case for [parameters](https://redocly.com/docs/redoc/config).
"""
),

Loading…
Cancel
Save