Skip to content

Commit 30624eb

Browse files
javiereguiluzweaverryan
authored andcommitted
[quick_tour] more rewording and grammar fixes
1 parent 0f13ce9 commit 30624eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quick_tour/the_architecture.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ lives::
3737

3838
The controller first bootstraps the application using a kernel class (``AppKernel``
3939
in this case). Then, it creates the ``Request`` object using the PHP's global
40-
variables and passes it to the kernel. The last step is to send back to the user
41-
the response contents returned by the kernel.
40+
variables and passes it to the kernel. The last step is to send the response
41+
contents returned by the kernel back to the user.
4242

4343
.. _the-app-dir:
4444

@@ -57,7 +57,7 @@ This class must implement two methods:
5757
(more on this later).
5858

5959
Autoloading is handled automatically via `Composer`_, which means that you
60-
can use any PHP classes without doing anything at all! All dependencies
60+
can use any PHP class without doing anything at all! All dependencies
6161
are stored under the ``vendor/`` directory, but this is just a convention.
6262
You can store them wherever you want, globally on your server or locally
6363
in your projects.

0 commit comments

Comments
 (0)