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

This commit is contained in:
Motov Yurii 2025-07-24 12:31:07 +02:00 committed by GitHub
parent 1e9741df66
commit 1c816ab5e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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).
"""
),