Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 9245159

Browse files
authored
Corrected typo in lazy services
1 parent f001b78 commit 9245159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/lazy-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ execute queries through it.
1919
Additionally, instantiating a connection to the database may require some time
2020
and eat up resources.
2121

22-
Proxying the database connection would allow to delay that overhead until the
22+
Proxying the database connection would allow you to delay that overhead until the
2323
object is really needed.
2424

2525
## Setup

0 commit comments

Comments
 (0)