8000 minor #9375 Typo fix (ismail1432) · symfony/symfony-docs@735b15e · GitHub
[go: up one dir, main page]

Skip to content

Commit 735b15e

Browse files
committed
minor #9375 Typo fix (ismail1432)
This PR was merged into the 4.0 branch. Discussion ---------- Typo fix Simple Typo fix Commits ------- f7b6f3a Typo fix
2 parents 9e930f5 + f7b6f3a commit 735b15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/resources.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ files. This can be done with the :class:`Symfony\\Component\\Config\\FileLocator
2222
$configDirectories = array(__DIR__.'/config');
2323

2424
$fileLocator = new FileLocator($configDirectories);
25-
$yamlUserFiles = $locator->locate('users.yaml', null, false);
25+
$yamlUserFiles = $fileLocator->locate('users.yaml', null, false);
2626

2727
The locator receives a collection of locations where it should look for
2828
files. The first argument of ``locate()`` is the name of the file to look

0 commit comments

Comments
 (0)
0