Skip to content

Commit d4d3316

Browse files
kenjisMGatner
andauthored
docs: fix by proofreading
Co-authored-by: MGatner <[email protected]>
1 parent 2c668d4 commit d4d3316

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
@@ -196,7 +196,7 @@ Config files are automatically discovered whenever using the **config()** functi
196196

197197
.. note:: **config()** finds the file in **app/Config/** when there is a class with the same shortname,
198198
even if you specify a fully qualified class name like ``config(\Acme\Blog\Config\Blog::class)``.
199-
This is because ``Factories``'s the default configuration. See :ref:`factories-options` for more information.
199+
This is because ``config()`` is a wrapper for the ``Factories`` class which uses ``preferApp`` by default. See :ref:`factories-options` for more information.
200200

201201
Migrations
202202
==========

0 commit comments

Comments
 (0)