diff --git a/src/main/antora/modules/ROOT/pages/appendix/custom-queries.adoc b/src/main/antora/modules/ROOT/pages/appendix/custom-queries.adoc index 55171bc4c..d4132a40e 100644 --- a/src/main/antora/modules/ROOT/pages/appendix/custom-queries.adoc +++ b/src/main/antora/modules/ROOT/pages/appendix/custom-queries.adoc @@ -519,4 +519,4 @@ Spring's property placeholders can be used in custom queries inside `${}`. include::example$documentation/repositories/domain_events/ARepository.java[tags=property-placeholder] ---- -In the example above, if the property `foo` would be set to `bar` then the `${foo}` block would be resolved to `bar`. \ No newline at end of file +In the example above, if the property `foo` would be set to `bar` then the `$\{foo\}` block would be resolved to `bar`.