File tree Expand file tree Collapse file tree
bookstore/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ page.text.apiref.book.add = Adding a book
7070page.text.apiref.book.add.a = Without author and category information\:
7171page.text.apiref.book.add.b = With author and category information\:
7272page.text.apiref.book.add.c = Without author and with category information\:
73- page.text.apiref.book.add.d = With author's last name\:
73+ page.text.apiref.book.add.d = With author's last name and with category information \:
7474
7575page.text.apiref.book.info.a = Category is correctly mapped even if letter case is not correct.
7676
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ <h3 th:text="${#messages.msgOrNull('page.text.apiref.examples')} ?: 'page.text.a
137137
138138 < tr >
139139 < td class ="apiref-table-right ">
140- < code th:text ="'curl --request GET ' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter' ">
140+ < code th:text ="'curl --request GET " ' + ${baseUrl} + 'api/authors/search/fullname?firstname=Angela&lastname=Carter" ' ">
141141 code placeholder
142142 </ code >
143143 </ td >
You can’t perform that action at this time.
0 commit comments