mirror of https://github.com/tiangolo/fastapi.git
fix: typo's in documentation
This commit is contained in:
parent
176398cb48
commit
a7f5717fd0
|
|
@ -42,6 +42,8 @@ body:
|
||||||
required: true
|
required: true
|
||||||
- label: I already checked if it is not related to FastAPI but to [ReDoc](https://github.com/Redocly/redoc).
|
- label: I already checked if it is not related to FastAPI but to [ReDoc](https://github.com/Redocly/redoc).
|
||||||
required: true
|
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
|
- type: checkboxes
|
||||||
id: help
|
id: help
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
||||||
|
|
@ -450,7 +450,7 @@ class FastAPI(Starlette):
|
||||||
Doc(
|
Doc(
|
||||||
"""
|
"""
|
||||||
The path to the alternative automatic interactive API documentation
|
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`.
|
The default URL is `/scalar`. You can disable it by setting it to `None`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue