From a4f4ef9011ed6aa9c8f625a6c7511cccf0eba81d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 12 Jun 2019 22:40:13 +0300 Subject: [PATCH] Update documentation for spring.ftl in spring-webflux See gh-23105 --- .../web/reactive/result/view/freemarker/spring.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl b/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl index b09d6735fd..64213806f9 100644 --- a/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl +++ b/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl @@ -10,10 +10,10 @@ * all macros within it available to any application using Spring's * FreeMarkerConfigurer. * - * To take advantage of these macros, the "requestContextAttribute" property of - * the FreeMarkerView class must be set to "springMacroRequestContext". This will - * expose a RequestContext under the name "springMacroRequestContext", as needed - * by the macros in this library. + * To take advantage of these macros, the "exposeSpringMacroHelpers" property + * of the FreeMarkerView class needs to be set to "true". This will expose a + * RequestContext under the name "springMacroRequestContext", as needed by + * the macros in this library. * * @author Darren Davison * @author Juergen Hoeller -- GitLab