fix: minor formatting issue

This commit is contained in:
Ivana Isadora Devcic 2021-09-21 22:21:08 +02:00 committed by GitHub
parent 385c730ce8
commit bf5feb78ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ title: Redoc quickstart guide
# Redoc quickstart guide
To render your OpenAPI definition using Redoc, use the following HTML code sample and
replace the `spec-url` attribute with the url or local file address to your definition.
replace the `spec-url` attribute with the URL or local file address to your definition.
```html
<!DOCTYPE html>
@ -48,5 +48,5 @@ other security reasons. Refer to [Running Redoc locally](/deployment/intro/#runn
more information.
:::
For a more detailed explanation with step-by-step instructions and additional options for using Redoc to render
For a more detailed explanation with step-by-step instructions and additional options for using Redoc to render
your OpenAPI definition, refer to the [Redoc deployment guide](/deployment/intro).