Skip to content

Commit 2e3e50b

Browse files
committed
Fix Typos
- Correct sample output - Align URL style Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 906fe32 commit 2e3e50b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,17 @@ When you run your application, you should see output similar to the following:
164164

165165
====
166166
----
167-
== Customers found with findAll():
167+
Customers found with findAll():
168168
Customer[id=1, firstName='Jack', lastName='Bauer']
169169
Customer[id=2, firstName='Chloe', lastName='O'Brian']
170170
Customer[id=3, firstName='Kim', lastName='Bauer']
171171
Customer[id=4, firstName='David', lastName='Palmer']
172172
Customer[id=5, firstName='Michelle', lastName='Dessler']
173173
174-
== Customer found with findById(1L):
174+
Customer found with findById(1L):
175175
Customer[id=1, firstName='Jack', lastName='Bauer']
176176
177-
== Customer found with findByLastName('Bauer'):
177+
Customer found with findByLastName('Bauer'):
178178
Customer[id=1, firstName='Jack', lastName='Bauer']
179179
Customer[id=3, firstName='Kim', lastName='Bauer']
180180
----
@@ -193,7 +193,7 @@ with little effort, you might want to read link:/guides/gs/accessing-data-rest[A
193193

194194
The following guides may also be helpful:
195195

196-
* https://spring.io/guides/gs/accessing-data-rest[Accessing JPA Data with REST]
196+
* https://spring.io/guides/gs/accessing-data-rest/[Accessing JPA Data with REST]
197197
* https://spring.io/guides/gs/accessing-data-gemfire/[Accessing Data with Gemfire]
198198
* https://spring.io/guides/gs/accessing-data-mongodb/[Accessing Data with MongoDB]
199199
* https://spring.io/guides/gs/accessing-data-mysql/[Accessing data with MySQL]

0 commit comments

Comments
 (0)