From bb5faeaabe2f51e65d477d323c437f4ef6cd8bd9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 4 Nov 2020 21:09:10 +0000 Subject: [PATCH] Correct cross-reference in reference documentation See gh-24033 --- .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 8bbec2aa18bd..76b6fc11dd46 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -1830,7 +1830,7 @@ If you used `@Value("{demo.itemPrice}")` instead, `demo.item-price` and `DEMO_IT If you define a set of configuration keys for your own components, we recommend you group them in a POJO annotated with `@ConfigurationProperties`. Doing so will provide you with structured, type-safe object that you can inject into your own beans. -While you can write a `SpEL` expression in `@Value`, such expressions are not processed from <>. +While you can write a `SpEL` expression in `@Value`, such expressions are not processed from <>.