Skip to content

Commit 9fdc8dc

Browse files
authored
Fix typo
1 parent 2afa3c5 commit 9fdc8dc

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
@@ -370,7 +370,7 @@ In XML, the `XML namespace`_ is used to determine which elements belong to the
370370
configuration of a specific bundle. The namespace is returned from the
371371
:method:`Extension::getNamespace() <Symfony\\Component\\DependencyInjection\\Extension\\Extension::getNamespace>`
372372
method. By convention, the namespace is a URL (it doesn't have to be a valid
373-
URL nor does it need to exists). By default, the namespace for a bundle is
373+
URL nor does it need to exist). By default, the namespace for a bundle is
374374
``http://example.org/schema/dic/DI_ALIAS``, where ``DI_ALIAS`` is the DI alias of
375375
the extension. You might want to change this to a more professional URL::
376376

0 commit comments

Comments
 (0)