Skip to content

Commit d0b1f61

Browse files
committed
Teak
1 parent c0581e9 commit d0b1f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ hold the kernel. Now it looks like this::
193193
}
194194
}
195195

196-
Before you continue, run this command to add support for the new dependencies:
196+
Before continuing, run this command to add support for the new dependencies:
197197

198198
.. code-block:: terminal
199199
200-
composer require symfony/yaml symfony/twig-bundle symfony/web-profiler-bundle doctrine/annotations
200+
$ composer require symfony/yaml symfony/twig-bundle symfony/web-profiler-bundle doctrine/annotations
201201
202202
Unlike the previous kernel, this loads an external ``config/framework.yaml`` file,
203203
because the configuration started to get bigger:

0 commit comments

Comments
 (0)