Skip to content

Commit

Permalink
minor #6033 Fix Typo (Shine-neko)
Browse files Browse the repository at this point in the history
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6033).

Discussion
----------

Fix Typo

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no

Commits
-------

1e1a49c Fix Typo
  • Loading branch information
xabbuh committed Dec 17, 2015
2 parents a48cfc1 + 1e1a49c commit e8c5c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/synthetic_services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ service will get a "service does not exist" error).
In order to do so, you have to use
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::

use Symfony\Component\DependencyInjectino\Definition;
use Symfony\Component\DependencyInjection\Definition;

// synthetic services don't specify a class
$kernelDefinition = new Definition();
Expand Down

0 comments on commit e8c5c51

Please sign in to comment.