8000 minor #12069 Fixed a syntax issue in a configuration directive (javie… · symfony/symfony-docs@3a0b217 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a0b217

Browse files
committed
minor #12069 Fixed a syntax issue in a configuration directive (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- Fixed a syntax issue in a configuration directive Originally spotted by @TheGarious and reported on Symfony's Slack. Commits ------- c7dd2d6 Fixed a syntax issue in a configuration directive
2 parents 0dcf0cb + c7dd2d6 commit 3a0b217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ configuration file using a special syntax: wrap the parameter name in two ``%``
291291
by adding another ``%`` so Symfony doesn't consider it a reference to a
292292
parameter name:
293293

294-
.. configuration-block::
294+
.. configuration-block::
295295

296296
.. code-block:: yaml
297297

0 commit comments

Comments
 (0)
0