File tree 2 files changed +3
-2
lines changed
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.
68
68
The PHP class extension mechanism and the Symfony form field extension
69
69
mechanism are not the same. The parent type returned in ``getParent() `` is
70
70
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
72
72
required ``FormTypeInterface ``.
73
73
74
74
Now 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`
71
71
+ ]
72
72
}
73
73
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:
75
76
76
77
.. code-block :: diff
77
78
You can’t perform that action at this time.
0 commit comments