From f821fdfffa5bf0c140359a25b40cfa7af9fdd702 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 3 Dec 2014 17:21:56 +0100 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 74ce50e604..7d8b8121c5 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -3,7 +3,7 @@ == Configuration meta-data Spring Boot jars are shipped with meta-data files that provide details of all supported configuration properties. The files are designed to allow IDE developers to offer -contextual help and "`code completion`" as users are working with `application.properies` +contextual help and "`code completion`" as users are working with `application.properties` or `application.yml` files. The majority of the meta-data file is generated automatically at compile time by