Skip to content

Commit 9e3ec95

Browse files
committed
minor #11191 fix indention (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- fix indention <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 6f18433 fix indention
2 parents fa9139b + 6f18433 commit 9e3ec95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ In YAML you may have:
483483
.. code-block:: yaml
484484
485485
# This value is only used for the search results page.
486-
entries_per_page: 25
486+
entries_per_page: 25
487487
488488
and in XML:
489489

0 commit comments

Comments
 (0)