8000 minor #6967 [Config] articles chronology in comment (karzz, javieregu… · symfony/symfony-docs@a476938 · GitHub
[go: up one dir, main page]

Skip to content

Commit a476938

Browse files
committed
minor #6967 [Config] articles chronology in comment (karzz, javiereguiluz)
This PR was submitted for the 3.1 branch but it was merged into the 3.2 branch instead (closes #6967). Discussion ---------- [Config] articles chronology in comment "Loading resources" is next to currnet section "Caching based on Resources", not previews Commits ------- e803a34 Finished this PR 9ca8627 section chronology in comment
2 parents 1faced9 + e803a34 commit a476938

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 previous 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)
0