Skip to content

Commit e803a34

Browse files
javiereguiluzxabbuh
authored andcommitted
Finished this PR
1 parent 9ca8627 commit e803a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/config/caching.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ should be regenerated::
3838
$resources = array();
3939

4040
foreach ($yamlUserFiles as $yamlUserFile) {
41-
// see the next article "Loading resources" to
42-
// see where $delegatingLoader comes from
41+
// see the article "Loading resources" to
42+
// know where $delegatingLoader comes from
4343
$delegatingLoader->load($yamlUserFile);
4444
$resources[] = new FileResource($yamlUserFile);
4545
}

0 commit comments

Comments
 (0)