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 b09d6735fd551bd31a690843834cb006979b98b5..64213806f9ae5002b7c6681172e6c2b7a3818254 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