From d2fc0d5366b44667933aeded92a13340060daee2 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Thu, 20 Feb 2020 14:09:50 +0900 Subject: [PATCH] Polish doc fixes gh-1557 --- docs/src/main/asciidoc/quickstart.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/quickstart.adoc b/docs/src/main/asciidoc/quickstart.adoc index 3c42b5cf..c0449227 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -147,6 +147,6 @@ $ curl localhost:8080/env } ---- -A property source called ```configService:/` contains the `foo` property with a value of `bar` and is highest priority. +A property source called `configService:/` contains the `foo` property with a value of `bar` and is the highest priority. NOTE: The URL in the property source name is the git repository, not the config server URL.