Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30624eb

Browse files
javiereguiluzweaverryan
authored andcommitted
[quick_tour] more rewording and grammar fixes
1 parent0f13ce9 commit30624eb

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 sendback totheuser
41-
the responsecontents returned by the kernel.
40+
variables and passes it to the kernel. The last step is to send theresponse
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 PHPclasses without doing anything at all! All dependencies
60+
can use any PHPclass 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)

[8]ページ先頭

©2009-2025 Movatter.jp