Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix syntax errors #6778

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/dependency_injection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,6 @@ Learn More
:glob:

/components/dependency_injection/*
/dependency_injection/*
/service_container/*

.. _Packagist: https://packagist.org/packages/symfony/dependency-injection
2 changes: 1 addition & 1 deletion components/http_kernel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ Learn more
----------

.. toctree::
:maxlength: 1
:maxdepth: 1
:glob:

/reference/events
Expand Down
2 changes: 1 addition & 1 deletion components/translation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Learn More
/components/translation/*
/translation
/translation/*
/validation/translation
/validation/translations

.. _Packagist: https://packagist.org/packages/symfony/translation
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
Expand Down
2 changes: 1 addition & 1 deletion quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ about the request, the query parameters, security details and database queries:

.. image:: /_images/quick_tour/profiler.png
:align: center
: class: with-browser
:class: with-browser

This tool provides so much internal information about your application that
you may be worried about your visitors accessing sensible information. Symfony
Expand Down
1 change: 1 addition & 0 deletions setup/composer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ Since this article was first published, Composer installation has improved a lot
Therefore, the original contents of this article have been removed and you are
encourage to `install Composer`_ as explained in the official Composer documentation.

.. _`Composer`: https://getcomposer.org/
.. _`install Composer`: https://getcomposer.org/download/