Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0ac3f7

Browse filesBrowse files
committed
minor #9425 Fix typo (liviubalan)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9c2223b Fix typo
2 parents 3f53b03 + 9c2223b commit b0ac3f7
Copy full SHA for b0ac3f7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎service_container/shared.rst

Copy file name to clipboardExpand all lines: service_container/shared.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ in your service definition:
3737
$container->register(SomeNonSharedService::class)
3838
->setShared(false);
3939
40-
Now, whenever you request an the ``AppBundle\SomeNonSharedService`` from the container,
40+
Now, whenever you request the ``AppBundle\SomeNonSharedService`` from the container,
4141
you will be passed a new instance.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.