File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ means that the template lives outside of the bundles and in the ``app`` director
325
325
326
326
.. code-block :: html+jinja
327
327
328
- {% app/Resources/views/layout.html.twig % }
328
+ {# app/Resources/views/layout.html.twig # }
329
329
<!DOCTYPE html>
330
330
<html>
331
331
<head>
@@ -627,7 +627,7 @@ Bundle Directory Structure
627
627
628
628
The directory structure of a bundle is simple and flexible. By default, the
629
629
bundle system follows a set of conventions that help to keep code consistent
630
- between all Symfony2 bundles. Let's take a look at ``AcmeStudyBundle ``, as it
630
+ between all Symfony2 bundles. Let's take a look at ``AcmeStudyoverBundle ``, as it
631
631
contains some of the most common elements of a bundle:
632
632
633
633
* *Controller/ * contains the controllers of the bundle (e.g. ``HelloController.php ``);
You can’t perform that action at this time.
0 commit comments