Skip to content

Commit ee5b087

Browse files
committed
docs: add empty lines
1 parent cff8db3 commit ee5b087

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

user_guide_src/source/concepts/structure.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public
7575

7676
The **public** folder holds the browser-accessible portion of your web application,
7777
preventing direct access to your source code.
78+
7879
It contains the main **.htaccess** file, **index.php**, and any application
7980
assets that you add, like CSS, javascript, or images.
8081

@@ -97,8 +98,9 @@ tests
9798

9899
This directory is set up to hold your test files. The **_support** directory
99100
holds various mock classes and other utilities that you can use while writing
100-
your tests. This directory does not need to be transferred to your production
101-
servers.
101+
your tests.
102+
103+
This directory does not need to be transferred to your production servers.
102104

103105
Modifying Directory Locations
104106
*****************************

0 commit comments

Comments
 (0)