8000 Fixing bad `@AcmeHello` -> `@AcmeHelloBundle` · symfony/symfony-docs@b624100 · GitHub
[go: up one dir, main page]

Skip to content

Commit b624100

Browse files
committed
Fixing bad @AcmeHello -> @AcmeHelloBundle
1 parent f5f3c1b commit b624100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/service_container.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,9 +423,9 @@ configuration.
423423
The ``imports`` directive allows your application to include service container
424424
configuration resources from any other location (most commonly from bundles).
425425
The ``resource`` location, for files, is the absolute path to the resource
426-
file. The special ``@AcmeHello`` syntax resolves the directory path of the
427-
AcmeHelloBundle bundle. This helps you specify the path to the resource without
428-
worrying later if you move the AcmeHelloBundle to a different directory.
426+
file. The special ``@AcmeHelloBundle`` syntax resolves the directory path
427+
of the AcmeHelloBundle bundle. This helps you specify the path to the resource
428+
without worrying later if you move the AcmeHelloBundle to a different directory.
429429

430430
.. index::
431431
single: Service Container; Extension configuration

0 commit comments

Comments
 (0)
0