Skip to content

Commit b98035d

Browse files
authored
Update definitions.rst
Typo here... should't be singular?
1 parent cbedd79 commit b98035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/definitions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are some helpful methods for working with the service definitions::
3131
// get the definition with the "app.user_config_manager" ID or alias
3232
$definition = $container->findDefinition('app.user_config_manager');
3333

34-
// add a new "app.number_generator" definitions
34+
// add a new "app.number_generator" definition
3535
$definition = new Definition(\AppBundle\NumberGenerator::class);
3636
$container->setDefinition('app.number_generator', $definition);
3737

0 commit comments

Comments
 (0)