Skip to content

Commit 1e1a49c

Browse files
Shine-nekoxabbuh
authored andcommitted
Fix Typo
1 parent a48cfc1 commit 1e1a49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/synthetic_services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ service will get a "service does not exist" error).
3232
In order to do so, you have to use
3333
:method:`Definition::setSynthetic() <Symfony\\Component\\DependencyInjection\\Definition::setSynthetic>`::
3434

35-
use Symfony\Component\DependencyInjectino\Definition;
35+
use Symfony\Component\DependencyInjection\Definition;
3636

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

0 commit comments

Comments
 (0)