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

Commit

Permalink
Merge branch 'hotfix/200' into develop
Browse files Browse the repository at this point in the history
Forward port #200
  • Loading branch information
weierophinney committed Nov 27, 2017
2 parents ae43877 + de7114c commit 342cc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/book/configuring-the-service-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ The primary issues with initializers are:

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

```php
Expand Down
2 changes: 1 addition & 1 deletion doc/book/lazy-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ execute queries through it.
Additionally, instantiating a connection to the database may require some time
and eat up resources.

Proxying the database connection would allow to delay that overhead until the
Proxying the database connection would allow you to delay that overhead until the
object is really needed.

## Setup
Expand Down

0 comments on commit 342cc94

Please sign in to comment.