Skip to content

Commit b0db781

Browse files
committed
docs: remove leading / in example path
1 parent 5e6f96a commit b0db781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/general/modules.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This is configured in the file **app/Config/Modules.php**.
9393

9494
The auto-discovery system works by scanning for particular directories and files within psr4 namespaces that have been defined in **Config/Autoload.php**.
9595

96-
The discovery process would look for discoverable items on that path and should, for example, find the routes file at **/acme/Blog/Config/Routes.php**.
96+
The discovery process would look for discoverable items on that path and should, for example, find the routes file at **acme/Blog/Config/Routes.php**.
9797

9898
Enable/Disable Discover
9999
=======================

0 commit comments

Comments
 (0)