From 17413e55f5a910bf81f95f89f764af5b9da1e202 Mon Sep 17 00:00:00 2001 From: Andrej Vano Date: Wed, 18 Aug 2021 14:41:59 +0200 Subject: [PATCH] [Docs] Fix typo in config reference --- docs/src/main/asciidoc/config-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/config-reference.adoc b/docs/src/main/asciidoc/config-reference.adoc index c240742556c4e..0245a3f651e93 100644 --- a/docs/src/main/asciidoc/config-reference.adoc +++ b/docs/src/main/asciidoc/config-reference.adoc @@ -453,7 +453,7 @@ It is also possible to generate an example `application.properties` with all kno This creates a `src/main/resources/application.properties.example` file that contains all the config options exposed via the extensions currently present in the application. These options are commented out, and have their value -set to default swhen applicable. For example this HTTP port config entry will appear as: +set to defaults when applicable. For example this HTTP port config entry will appear as: .application.properties [source,properties]