8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06414b7 commit e7bacf1Copy full SHA for e7bacf1
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