Skip to content

Commit c4a143c

Browse files
committed
minor #6778 fix syntax errors (xabbuh)
This PR was squashed before being merged into the 2.7 branch (closes #6778). Discussion ---------- fix syntax errors Commits ------- b2b706d fix syntax errors
2 parents 77ab2cd + b2b706d commit c4a143c

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

components/dependency_injection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,6 @@ Learn More
294294
:glob:
295295

296296
/components/dependency_injection/*
297-
/dependency_injection/*
297+
/service_container/*
298298

299299
.. _Packagist: https://packagist.org/packages/symfony/dependency-injection

components/http_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ Learn more
705705
----------
706706

707707
.. toctree::
708-
:maxlength: 1
708+
:maxdepth: 1
709709
:glob:
710710

711711
/reference/events

components/translation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Learn More
222222
/components/translation/*
223223
/translation
224224
/translation/*
225-
/validation/translation
225+
/validation/translations
226226

227227
.. _Packagist: https://packagist.org/packages/symfony/translation
228228
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes

quick_tour/the_big_picture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ about the request, the query parameters, security details and database queries:
183183

184184
.. image:: /_images/quick_tour/profiler.png
185185
:align: center
186-
: class: with-browser
186+
:class: with-browser
187187

188188
This tool provides so much internal information about your application that
189189
you may be worried about your visitors accessing sensible information. Symfony

setup/composer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ Since this article was first published, Composer installation has improved a lot
1212
Therefore, the original contents of this article have been removed and you are
1313
encourage to `install Composer`_ as explained in the official Composer documentation.
1414

15+
.. _`Composer`: https://getcomposer.org/
1516
.. _`install Composer`: https://getcomposer.org/download/

0 commit comments

Comments
 (0)