Skip to content

Commit a717bef

Browse files
committed
Fixed a syntax issue
1 parent 31f8116 commit a717bef

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 @@ tag: the container sees that your class extends ``AbstractExtension`` (or more a
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)