fix: typo's in documentation

This commit is contained in:
marclave 2023-12-11 15:42:15 +01:00 committed by Marc Laventure
parent 176398cb48
commit a7f5717fd0
2 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,8 @@ body:
required: true
- label: I already checked if it is not related to FastAPI but to [ReDoc](https://github.com/Redocly/redoc).
required: true
- label: I already checked if it is not related to FastAPI but to [Scalar](https://github.com/scalar/scalar).
required: true
- type: checkboxes
id: help
attributes:

View File

@ -450,7 +450,7 @@ class FastAPI(Starlette):
Doc(
"""
The path to the alternative automatic interactive API documentation
provided by ReDoc.
provided by Scalar.
The default URL is `/scalar`. You can disable it by setting it to `None`.