Skip to content

Commit c802bd8

Browse files
kenjispaulbalandan
andauthored
docs: fix by proofreading
Co-authored-by: John Paul E. Balandan, CPA <[email protected]>
1 parent ae6db97 commit c802bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/general/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ with the ``new`` command::
192192
Config files are automatically discovered whenever using the **config()** function that is always available.
193193

194194
.. 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)``.
195+
even if you specify a fully qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
196196

197197
.. note:: Modules that need to override or add to known configurations in **app/Config/** should use :ref:`registrars`.
198198

0 commit comments

Comments
 (0)