From 9fdc8dc282c90a9504c72ce14e1e2699b34021ed Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 22 Sep 2020 17:27:10 +0200 Subject: [PATCH] Fix typo --- bundles/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/configuration.rst b/bundles/configuration.rst index 0e8220eadce..9b16f20dd89 100644 --- a/bundles/configuration.rst +++ b/bundles/configuration.rst @@ -370,7 +370,7 @@ In XML, the `XML namespace`_ is used to determine which elements belong to the configuration of a specific bundle. The namespace is returned from the :method:`Extension::getNamespace() ` method. By convention, the namespace is a URL (it doesn't have to be a valid -URL nor does it need to exists). By default, the namespace for a bundle is +URL nor does it need to exist). By default, the namespace for a bundle is ``http://example.org/schema/dic/DI_ALIAS``, where ``DI_ALIAS`` is the DI alias of the extension. You might want to change this to a more professional URL::