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

Commit c85ab88

Browse files
committed
Merge branch 'hotfix/200'
Close #200
2 parents 30dc75a + de7114c commit c85ab88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book/configuring-the-service-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The primary issues with initializers are:
344344

345345
By default, a service created is shared. This means that calling the `get()`
346346
method twice for a given service will return exactly the same service. This is
347-
typically what you want, as it can saves a lot of memory and increase
347+
typically what you want, as it can save a lot of memory and increase
348348
performance:
349349

350350
```php

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)