Skip to content

Commit fd023cc

Browse files
committed
minor #19361 Fix heading capitalisation in dynamic_form_modification.rst (srich387)
This PR was submitted for the 7.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Fix heading capitalisation in dynamic_form_modification.rst Very small change, correcting the capitalisation of one heading. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- d24579d Fix heading capitalisation in dynamic_form_modification.rst
2 parents fe8503e + d24579d commit fd023cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/dynamic_form_modification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ how to customize your form based on three common use-cases:
99
Example: you have a "Product" form and need to modify/add/remove a field
1010
based on the data on the underlying Product being edited.
1111

12-
2) :ref:`How to dynamically Generate Forms Based on user Data <form-events-user-data>`
12+
2) :ref:`How to Dynamically Generate Forms Based on User Data <form-events-user-data>`
1313

1414
Example: you create a "Friend Message" form and need to build a drop-down
1515
that contains only users that are friends with the *current* authenticated
@@ -188,7 +188,7 @@ Great! Now use that in your form class::
188188

189189
.. _form-events-user-data:
190190

191-
How to dynamically Generate Forms Based on user Data
191+
How to Dynamically Generate Forms Based on User Data
192192
----------------------------------------------------
193193

194194
Sometimes you want a form to be generated dynamically based not only on data

0 commit comments

Comments
 (0)