Skip to content

Commit e00ad1d

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix typo
2 parents 1d2fab8 + acae633 commit e00ad1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ In XML, the `XML namespace`_ is used to determine which elements belong to the
361361
configuration of a specific bundle. The namespace is returned from the
362362
:method:`Extension::getNamespace() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getNamespace>`
363363
method. By convention, the namespace is a URL (it doesn't have to be a valid
364-
URL nor does it need to exists). By default, the namespace for a bundle is
364+
URL nor does it need to exist). By default, the namespace for a bundle is
365365
``http://example.org/schema/dic/DI_ALIAS``, where ``DI_ALIAS`` is the DI alias of
366366
the extension. You might want to change this to a more professional URL::
367367

0 commit comments

Comments
 (0)