Skip to content

Commit 59e7099

Browse files
committed
Fix typo
1 parent 453539c commit 59e7099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/75-optimize/3-optimize.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ How many calls do you need to do to your database now? Do you still need an aggr
3434
</TabItem>
3535

3636
<TabItem value="java" label="☕️ Java Spring Boot">
37-
1. Open the `BookService` class
37+
1. Open the `BookService` class - `java-server/src/main/java/com/mongodb/devrel/library/domain/service/BookService.java`.
3838

39-
2. locate the `getBook` method.
39+
2. Locate the `getBook` method.
4040

4141
How could you simplify this code to make it blazing fast, using the patterns we just discussed?
4242

0 commit comments

Comments
 (0)