From d6688745d470e412b20ec9dbde0865d144fa1905 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 28 Aug 2018 22:36:42 +0900 Subject: [PATCH] Remove redundant words in doc (#1117) --- 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 3baf38b8..d1ae60b6 100644 --- a/docs/src/main/asciidoc/quickstart.adoc +++ b/docs/src/main/asciidoc/quickstart.adoc @@ -124,7 +124,7 @@ To modify the startup behavior, you can change the location of the config server spring.cloud.config.uri: http://myconfigserver.com ---- -By default, if no application name is set, `application` will be used as the default. To modify the name, the following property can be added to the `bootstrap.properties` file: +By default, if no application name is set, `application` will be used. To modify the name, the following property can be added to the `bootstrap.properties` file: ---- spring.application.name: myapp