8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d505747 commit 833ab21Copy full SHA for 833ab21
components/runtime.rst
@@ -41,7 +41,7 @@ the autoload files since the component includes a composer plugin. The ``autoloa
41
will instantiate a :class:`Symfony\\Component\\Runtime\\RuntimeInterface`, its job
42
is to take the callable and resolve the arguments (``array $context``). Then it calls
43
the callable to get the application ``App\Kernel``. At last it will run the application,
44
-ie calling ``$kernel->handle(Request::createFromGlobals())->send()``.
+i.e. calling ``$kernel->handle(Request::createFromGlobals())->send()``.
45
46
To make a console application, the same bootstrap code would look like::
47
0 commit comments