We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9120d commit d8cdb4cCopy full SHA for d8cdb4c
1 file changed
user_guide_src/source/general/managing_apps.rst
@@ -27,11 +27,11 @@ your main **app/Config/Paths.php** and set a *full server path* in the
27
You will need to modify two additional files in your project root, so that
28
they can find the **Paths** configuration file:
29
30
-- **/spark** runs command line apps.
+- **spark** runs command line apps.
31
32
.. literalinclude:: managing_apps/002.php
33
34
-- **/public/index.php** is the front controller for your webapp.
+- **public/index.php** is the front controller for your webapp.
35
36
.. literalinclude:: managing_apps/003.php
37
0 commit comments