8000 Fix double "the" · symfony/symfony-docs@91cd3e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91cd3e8

Browse files
committed
Fix double "the"
1 parent 7874115 commit 91cd3e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/forms/types/options/attr.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ as keys. This can be useful when you need to set a custom class for some widget:
1313
1414
.. seealso::
1515
16-
Use the ``row_attr`` option if you want to add these attributes to the
16+
Use the ``row_attr`` option if you want to add these attributes to
1717
the :ref:`form type row <form-rendering-basics>` element.

reference/forms/types/options/row_attr.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ to render the :ref:`form type row <form-rendering-basics>`::
1212

1313
.. seealso::
1414

15-
Use the ``attr`` option if you want to add these attributes to the
15+
Use the ``attr`` option if you want to add these attributes to
1616
the :ref:`form type widget <form-rendering-basics>` element.
1717

1818
.. versionadded:: 4.3

0 commit comments

Comments
 (0)
0