Skip to content

Commit d0a0a04

Browse files
committed
minor #7001 Several typo fixes (emirb)
This PR was merged into the 3.1 branch. Discussion ---------- Several typo fixes Commits ------- e45779a Several typo fixes
2 parents 894fd6d + e45779a commit d0a0a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/argument_value_resolver.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ and adding a priority.
172172
// app/config/services.php
173173
use Symfony\Component\DependencyInjection\Definition;
174174
175-
$defintion = new Definition(
175+
$definition = new Definition(
176176
'AppBundle\ArgumentResolver\UserValueResolver',
177177
array(new Reference('security.token_storage'))
178178
);

0 commit comments

Comments
 (0)