Skip to content

Commit 0fd19d3

Browse files
committed
[book][page_creation] Fixing twig syntax issue (trac symfony#9613)
1 parent b57dde6 commit 0fd19d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/page_creation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ means that the template lives outside of the bundles and in the ``app`` director
325325

326326
.. code-block:: html+jinja
327327

328-
{% app/Resources/views/layout.html.twig %}
328+
{# app/Resources/views/layout.html.twig #}
329329
<!DOCTYPE html>
330330
<html>
331331
<head>
@@ -627,7 +627,7 @@ Bundle Directory Structure
627627

628628
The directory structure of a bundle is simple and flexible. By default, the
629629
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
631631
contains some of the most common elements of a bundle:
632632

633633
* *Controller/* contains the controllers of the bundle (e.g. ``HelloController.php``);

0 commit comments

Comments
 (0)