Skip to content

Commit 4d1e429

Browse files
committed
minor #15873 Fix double "the" (Seb33300)
This PR was merged into the 4.4 branch. Discussion ---------- Fix double "the" Fix text with double "the". Commits ------- 91cd3e8 Fix double "the"
2 parents 9e30c28 + 91cd3e8 commit 4d1e429

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)