Skip to content

Commit 32290b0

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: Fix typo
2 parents 29cdebb + e00ad1d commit 32290b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/configuration.rst

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

0 commit comments

Comments
 (0)