8000 Merge branch '3.4' into 4.1 · symfony/symfony-docs@89074e6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 89074e6

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Fixed a syntax issue
2 parents 0508c9a + ae68ad6 commit 89074e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

service_container/tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ container sees that your class extends ``AbstractExtension`` (or more accurately
6464
that it implements ``ExtensionInterface``) and adds the tag for you.
6565

6666
If you want to apply tags automatically for your own services, use the
67-
``_instanceof`` option::
67+
``_instanceof`` option:
6868

6969
.. configuration-block::
7070

weblink.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,8 @@ issuing an early separate HTTP request, use the ``nopush`` option:
9999
Resource Hints
100100
--------------
101101

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

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

0 commit comments

Comments
 (0)
0