8000 Update components/runtime.rst · symfony/symfony-docs@833ab21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 833ab21

Browse files
Nyholmfreiondrej
andauthored
Update components/runtime.rst
Co-authored-by: Ondřej Frei <37588173+freiondrej@users.noreply.github.com>
1 parent d505747 commit 833ab21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ the autoload files since the component includes a composer plugin. The ``autoloa
4141
will instantiate a :class:`Symfony\\Component\\Runtime\\RuntimeInterface`, its job
4242
is to take the callable and resolve the arguments (``array $context``). Then it calls
4343
the callable to get the application ``App\Kernel``. At last it will run the application,
44-
ie calling ``$kernel->handle(Request::createFromGlobals())->send()``.
44+
i.e. calling ``$kernel->handle(Request::createFromGlobals())->send()``.
4545

4646
To make a console application, the same bootstrap code would look like::
4747

0 commit comments

Comments
 (0)
0