Skip to content

Fixed a syntax issue #10620

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

Closed
wants to merge 2 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 service_container/tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tag: the container sees that your class extends ``AbstractExtension`` (or more a
that it implements ``ExtensionInterface``) and adds the tag for you.

If you want to apply tags automatically for your own services, use the
``_instanceof`` option::
``_instanceof`` option:

.. configuration-block::

Expand Down
5 changes: 2 additions & 3 deletions weblink.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ issuing an early separate HTTP request, use the ``nopush`` option:
Resource Hints
--------------

`Resource Hints <https://www.w3.org/TR/resource-hints/#resource-hints>`_ are
used by applications to help browsers when deciding which resources should be
downloaded, preprocessed or connected to first.
Resource Hints are used by applications to help browsers when deciding which
resources should be downloaded, preprocessed or connected to first.

The WebLink component provides the following Twig functions to send those hints:

Expand Down