8000 Minor fixes · symfony/symfony-docs@4d0bafa · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d0bafa

Browse files
committed
Minor fixes
1 parent b344f08 commit 4d0bafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ A list of lock stores to be created by the framework extension.
27622762

27632763
.. code-block:: yaml
27642764
2765-
# config/packages/lock.yml
2765+
# config/packages/lock.yaml
27662766
framework:
27672767
# these are all the supported lock stores
27682768
lock: ~

reference/forms/types/collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ And update the template as follows:
184184
<ul id="email-fields-list"
185185
data-prototype="{{ form_widget(form.emails.vars.prototype)|e }}"
186186
data-widget-tags="{{ '<li></li>'|e }}"
187-
data-widget-counter="{{ form.children|length }}">
187+
data-widget-counter="{{ form.emails|length }}">
188188
{% for emailField in form.emails %}
189189
<li>
190190
{{ form_errors(emailField) }}

0 commit comments

Comments
 (0)
0