File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
7474Now you can add this form type when :doc: `creating Symfony forms </forms >`::
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments