Skip to content

Commit e7bacf1

Browse files
Nyholmfreiondrej
authored andcommitted
Apply suggestions from code review
Co-authored-by: Ondřej Frei <[email protected]>
1 parent 06414b7 commit e7bacf1

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)