Skip to content

Commit acae633

Browse files
committed
minor symfony#14271 Fix typo (jdreesen)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 9fdc8dc Fix typo
2 parents 2afa3c5 + 9fdc8dc commit acae633

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
@@ -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)