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]