Skip to content

Commit e3c71c1

Browse files
committed
[#1993] Minor syntax tweak
1 parent 8b3f102 commit e3c71c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/from_flat_php_to_symfony2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ into a vendor/ directory:
449449
450450
Beside downloading your dependencies, Composer generates a ``vendor/autoload.php`` file,
451451
which takes care of autoloading for all the files in the Symfony Framework as well as
452-
the files mentioned in the autoload section of your `composer.json`.
452+
the files mentioned in the autoload section of your ``composer.json``.
453453

454454
Core to Symfony's philosophy is the idea that an application's main job is
455455
to interpret each request and return a response. To this end, Symfony2 provides

0 commit comments

Comments
 (0)