From bf5feb78ad1d807b5dc7979e662850b9151c77c0 Mon Sep 17 00:00:00 2001 From: Ivana Isadora Devcic <33730345+skadinna@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:21:08 +0200 Subject: [PATCH] fix: minor formatting issue --- docs/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 2f290ff6..885f5e20 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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 @@ -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). \ No newline at end of file