From 72159794f47d1efb28083efe5862d7bbc8f4ca95 Mon Sep 17 00:00:00 2001 From: Guillaume Husta Date: Wed, 10 Nov 2021 23:21:32 +0100 Subject: [PATCH] Doc : typo on Username _user- user should be in italic --- spring-session-docs/modules/ROOT/pages/guides/java-rest.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-session-docs/modules/ROOT/pages/guides/java-rest.adoc b/spring-session-docs/modules/ROOT/pages/guides/java-rest.adoc index 88ee5a88..3b69c049 100644 --- a/spring-session-docs/modules/ROOT/pages/guides/java-rest.adoc +++ b/spring-session-docs/modules/ROOT/pages/guides/java-rest.adoc @@ -170,7 +170,7 @@ You can now try to use the application. To do so, use your favorite REST client Note that you are prompted for basic authentication. Provide the following information for the username and password: -* *Username* _user- +* *Username* _user_ * *Password* _password_ Then run the following command: