Skip to content

Commit d0cd904

Browse files
committed
Escape {} for non asciidoc attributes
1 parent f8256d0 commit d0cd904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-shell-docs/modules/ROOT/pages/using-shell-commands-builtin-history.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ which you can change by setting `spring.shell.history.name`.
1212

1313
By default, a log file is generated to a current working directory, which you can dictate
1414
by setting `spring.shell.config.location`. This property can contain
15-
a placeholder (`{userconfig}`), which resolves to a common shared config directory.
15+
a placeholder (`+{userconfig}+`), which resolves to a common shared config directory.
1616

1717
TIP: Run the Spring Shell application to see how the sample application works as it uses these options.

0 commit comments

Comments
 (0)