Skip to content

Commit 8a5969c

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: typo [#14076] fix typos
2 parents 01a8bcb + abaccb9 commit 8a5969c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the logic and rendering of that field type.
6868
The PHP class extension mechanism and the Symfony form field extension
6969
mechanism are not the same. The parent type returned in ``getParent()`` is
7070
what Symfony uses to build and manage the field type. Making the PHP class
71-
extend from ``AbstractType`` is only a convenience way of implementing the
71+
extend from ``AbstractType`` is only a convenient way of implementing the
7272
required ``FormTypeInterface``.
7373

7474
Now you can add this form type when :doc:`creating Symfony forms </forms>`::

frontend/encore/postcss.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ support. The best-practice is to configure this directly in your ``package.json`
7171
+ ]
7272
}
7373
74-
The ``defaults`` option is reccommended for most users and would be equivilant to the following browserslist.
74+
The ``defaults`` option is recommended for most users and would be equivalent
75+
to the following browserslist:
7576

7677
.. code-block:: diff
7778

0 commit comments

Comments
 (0)