Skip to content

Commit cb93c4a

Browse files
docs: fix $pathsConfig line number
1 parent e34c5e3 commit cb93c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/managing_apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ your main **app/Config/Paths.php** and set a *full server path* in the
4242
You will need to modify two additional files in your project root, so that
4343
they can find the **Paths** configuration file:
4444

45-
- **/spark** runs command line apps; the path is specified on or about line 49:
45+
- **/spark** runs command line apps; the path is specified on or about line 69:
4646

4747
.. literalinclude:: managing_apps/002.php
4848

4949
- **/public/index.php** is the front controller for your webapp; the config
50-
path is specified on or about line 20:
50+
path is specified on or about line 32:
5151

5252
.. literalinclude:: managing_apps/003.php
5353

0 commit comments

Comments
 (0)