From d0cd904f3883c21199c0e9da73ac6ec4cddeff1b Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 3 Aug 2023 13:57:40 -0500 Subject: [PATCH] Escape {} for non asciidoc attributes --- .../ROOT/pages/using-shell-commands-builtin-history.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-shell-docs/modules/ROOT/pages/using-shell-commands-builtin-history.adoc b/spring-shell-docs/modules/ROOT/pages/using-shell-commands-builtin-history.adoc index 3c2db2cb..d3e8210b 100644 --- a/spring-shell-docs/modules/ROOT/pages/using-shell-commands-builtin-history.adoc +++ b/spring-shell-docs/modules/ROOT/pages/using-shell-commands-builtin-history.adoc @@ -12,6 +12,6 @@ which you can change by setting `spring.shell.history.name`. By default, a log file is generated to a current working directory, which you can dictate by setting `spring.shell.config.location`. This property can contain -a placeholder (`{userconfig}`), which resolves to a common shared config directory. +a placeholder (`+{userconfig}+`), which resolves to a common shared config directory. TIP: Run the Spring Shell application to see how the sample application works as it uses these options.