Skip to content

Commit d505747

Browse files
NyholmOskarStark
andauthored
Apply suggestions from code review
Co-authored-by: Oskar Stark <[email protected]>
1 parent d2e2545 commit d505747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/runtime.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Selecting Runtimes
6565
The default Runtime is :class:`Symfony\\Component\\Runtime\\SymfonyRuntime`, it
6666
works excellent on most applications running with a webserver like Nginx and Apache,
6767
and PHP-FPM. You may change Runtime to :class:`Symfony\\Component\\Runtime\\GenericRuntime`
68-
or a custom Runtime for Swoole or Aws Lambda. This can be done by specifying the
68+
or a custom Runtime for Swoole or AWS Lambda. This can be done by specifying the
6969
Runtime class in the ``APP_RUNTIME`` environment variable or to specify the
7070
``extra.runtime.class`` in ``composer.json``.
7171

@@ -82,8 +82,8 @@ Runtime class in the ``APP_RUNTIME`` environment variable or to specify the
8282
}
8383
}
8484
85-
Using SymfonyRuntime
86-
--------------------
85+
Using the SymfonyRuntime
86+
------------------------
8787

8888
The :class:`Symfony\\Component\\Runtime\\RuntimeInterface` has two methods. One
8989
to get an instance of :class:`Symfony\\Component\\Runtime\\ResolverInterface`

0 commit comments

Comments
 (0)