Skip to content

Commit 901342f

Browse files
authored
Merge pull request #8888 from kenjis/docs-autoloader.rst
docs: fix text decoration in autoloader.rst
2 parents 304e806 + 6c4eec2 commit 901342f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/concepts/autoloader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The key of each row is the namespace itself. This does not need a trailing back
6262
The value is the location to the directory the classes can be found in.
6363

6464
By default, the namespace ``App`` is located in the **app** directory, and the
65-
namespace ``Config`` is located in the ``app/Config`` directory.
65+
namespace ``Config`` is located in the **app/Config** directory.
6666

6767
If you create class files in the locations and according to `PSR-4`_, the autoloader
6868
will autoload them.

0 commit comments

Comments
 (0)