Skip to content

Commit caa9478

Browse files
committed
Add a trailing slash to dir names
1 parent f16950e commit caa9478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/web_server_configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ When using Apache, you can configure PHP as an
1616
:ref:`PHP FPM <web-server-apache-fpm>`. FastCGI also is the preferred way
1717
to use PHP :ref:`with Nginx <web-server-nginx>`.
1818

19-
.. sidebar:: The ``public`` directory
19+
.. sidebar:: The ``public/`` directory
2020

21-
The ``public`` directory is the home of all of your application's public and
21+
The ``public/`` directory is the home of all of your application's public and
2222
static files, including images, stylesheets and JavaScript files. It is
2323
also where the front controller (``index.php``) lives.
2424

0 commit comments

Comments
 (0)