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

Commit f001b78

Browse files
authored
corrected typo
1 parent fc81dee commit f001b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)