Skip to content

Commit bf9c871

Browse files
committed
fixed markup
1 parent d44e4a2 commit bf9c871

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

create_framework/02-http-foundation.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ the wheel.
310310
I've almost forgot to talk about one added benefit: using the HttpFoundation
311311
component is the start of better interoperability between all frameworks and
312312
applications using it (like `Symfony2`_, `Drupal 8`_, `phpBB 4`_, `ezPublish
313-
5`, `Laravel`_, `Silex`_, and `more`_).
313+
5`_, `Laravel`_, `Silex`_, and `more`_).
314314

315315
.. _`Twig`: http://twig.sensiolabs.com/
316316
.. _`Symfony2 versus Flat PHP`: http://symfony.com/doc/current/book/from_flat_php_to_symfony2.html
@@ -321,6 +321,8 @@ applications using it (like `Symfony2`_, `Drupal 8`_, `phpBB 4`_, `ezPublish
321321
.. _`Symfony2`: http://symfony.com/
322322
.. _`Drupal 8`: http://drupal.org/
323323
.. _`phpBB 4`: http://www.phpbb.com/
324+
.. _`ezPublish 5`: http://ez.no/
325+
.. _`Laravel`: http://laravel.com/
324326
.. _`Silex`: http://silex.sensiolabs.org/
325327
.. _`Midgard CMS`: http://www.midgard-project.org/
326328
.. _`Zikula`: http://zikula.org/

create_framework/03-front-controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To access a page, you must now use the ``front.php`` script:
131131

132132
* ``http://127.0.0.1:4321/front.php/bye``
133133

134-
``/hello`` and ``/bye`` are the page *path*s.
134+
``/hello`` and ``/bye`` are the page *paths*.
135135

136136
.. tip::
137137

0 commit comments

Comments
 (0)