We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6db97 commit c802bd8Copy full SHA for c802bd8
user_guide_src/source/general/modules.rst
@@ -192,7 +192,7 @@ with the ``new`` command::
192
Config files are automatically discovered whenever using the **config()** function that is always available.
193
194
.. note:: **config()** finds the file in **app/Config/** when there is a class with the same shortname,
195
- even if you specify a full qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
+ even if you specify a fully qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
196
197
.. note:: Modules that need to override or add to known configurations in **app/Config/** should use :ref:`registrars`.
198
0 commit comments